COLOR #B2C63D

HEX: #B2C63D RGB: (178,198,61)

Color info

#B2C63D contains mainly red and green colors. Web safe color of #B2C63D is #99CC33 (or #9C3).

RGB color model

#B2C63D color RGB value is (178,198,61).

RGB: (178,198,61) (70%, 78%, 24%)

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 61 of 255 = 24%

178
198
61

R + G + B ~ 57%. #B2C63D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 178 + 198 + 61 = 437 (100%)
R 178 of 437 ~ 40.73%
G 198 of 437 ~ 45.31%
B 61 of 437 ~ 13.96'%

%40.73
%45.31
%13.96

CMYK color model

#B2C63D color CMYK value is (10,0,69,22).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 69.19%
  • key color value is 22.35%

CMYK: (10,0,69,22)
C10M0Y69K22 (10%, 0%, 69%, 22%)
(0.10 / 0.00 / 0.69 / 0.22)

CMYK percentages

%10.1
%0
%69.19
%22.35

Codes

Color #B2C63D in popluar color models

B2 C6 3D
RGB 178 198 61
HSL 69° 54.58% 50.78%
HSB/HSV 69° 69.19% 77.65%
CMYK 10.10% 0.00% 69.19%
22.35%

Color #B2C63D in popluar number systems.

HEX B2 C6 3D
Decimal 178 198 61
Binary 10110010 11000110 111101
Octal 262 306 75

Shades and tints

Shades of #B2C63D

#B2C63D
(178,198,61)
#A2B438
(162,180,56)
#92A233
(146,162,51)
#82902E
(130,144,46)
#727E29
(114,126,41)
#626C24
(98,108,36)
#525A1F
(82,90,31)
#42481A
(66,72,26)
#323615
(50,54,21)
#222410
(34,36,16)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #B2C63D

#B2C63D
(178,198,61)
#B9CB4E
(185,203,78)
#C0D05F
(192,208,95)
#C7D570
(199,213,112)
#CEDA81
(206,218,129)
#D5DF92
(213,223,146)
#DCE4A3
(220,228,163)
#E3E9B4
(227,233,180)
#EAEEC5
(234,238,197)
#F1F3D6
(241,243,214)
#F8F8E7
(248,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C63D color. Also use rgb(178,198,61) instead hex code.

Text Font Color

.myTextColor { color: #B2C63D; }

<p style="color:#B2C63D">This sample text font color is #B2C63D.</p>

This text font color is #B2C63D.

Background Color

.myBgColor { background-color: #B2C63D; }

<div style="background-color:#B2C63D">Inner text</div>

This div background color is #B2C63D.

Border color

.myBorderColor { border: 1px solid #B2C63D; }

<div style="border:3px solid #B2C63D">Div</div>

This div border color is #B2C63D.

Opacity

.myOpacity80 { color: #B2C63D; opacity: 0.8; }

<p style="color:#B2C63D;opacity:0.8;">80%</p>

Text with #B2C63D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B2C63D;}

<p style="text-shadow: 3px 3px 1px #B2C63D">Text here.</p>

This text has shadow with #B2C63D color.


.textShadow {text-shadow: 3px 3px 1px #B2C63D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B2C63D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B2C63D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2C63D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B2C63D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B2C63D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2C63D;
-webkit-box-shadow: 1px 1px 3px 2px #B2C63D;
box-shadow: 1px 1px 3px 2px #B2C63D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2C63D; -webkit-box-shadow: 1px 1px 3px 2px #B2C63D; box-shadow:1px 1px 3px 2px #B2C63D;">
Div content here
</div>

This div box has shadow with color #B2C63D.

Preview

Color preview on black background

This text has color #B2C63D on black background.


Color preview on white background

This text has color #B2C63D on white background.


Black color preview on #B2C63D background

This text has black color on #B2C63D background.


White color preview on #B2C63D background

This text has white color on #B2C63D background.


Related colors

Complementary color

Complementary color for #hex is #4D39C2.


I love getcolorcode.com

Triadic colors

1 #3DB2C6 and #C63DB2 with #B2C63D are triadic colors.

2 #3DC6B2 and #C6B23D with #B2C63D are triadic colors.