Html Css Color HEX #B2B116 Earls Green

📋 copy color: '#B2B116'

red 178 ◦ green 177 ◦ blue 22

#B2B116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B2B116

Tints of Earls Green #B2B116

RGB

 RED value IS 178 (69.92% from 255) = 47.21%

 GREEN value IS 177 (69.53% from 255) = 46.95%

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 47.21%
G = 46.95%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2B116 (or 0xB2B116) is known color: Earls Green. HEX triplet: B2, B1 and 16. RGB value is (178,177,22). Sum of RGB (Red+Green+Blue) = 178+177+22=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B116 is #4D4EE9. Grayscale: #A0A0A0. Windows color (decimal): -5066474 or 1487282. OLE color: 1487282.

HSL color Cylindrical-coordinate representation of color #B2B116: hue angle of 59.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2B116 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 177 22 -
CMYK 0 0.01 0.88 0.30
HSL 59.62º 0.78% 0.39% -
HSV(B) 59.62º 0.88% 0.7% -
XYZ 34.23 40.97 6.86 -
YUV 159.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 178 177 22 0 0.01 0.88 0.30 59.62 0.78 0.39
Hex B2 B1 16 0 1 58 1E 3C 4E 27
Octal 262 261 26 0 1 130 36 74 116 47
Binary 10110010 10110001 10110 0 1 1011000 11110 111100 1001110 100111

Color Harmonies of #B2B116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B116

Black with #B2B116

Text Example


Text Example

White with #B2B116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B116; }

 p { color: rgb(178,177,22); }

 H1.HeaderClassName
 {
   color: #B2B116;
 }
 .AnyTagClassName
 {
   color: #B2B116;
 }
</style>

background-color css

<style>
 a { background-color: #B2B116; }

 a { background-color: rgb(178,177,22); }

 div.DivClassName
 {
   background-color: #B2B116;
 }
 .BgClassName
 {
   background-color: #B2B116;
 }
</style>

border-color css

<style>
 span { border-color: #B2B116; }

 span { border-color: rgb(178,177,22); }

 td.TdClassName
 {
   border-color: #B2B116;
 }
 .TagClassName
 {
   border-color: #B2B116;
 }
</style>