Html Css Color HEX #B2AB16 Earls Green

📋 copy color: '#B2AB16'

red 178 ◦ green 171 ◦ blue 22

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

Shades of Earls Green #B2AB16

Tints of Earls Green #B2AB16

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

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

R = 47.98%
G = 46.09%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B2AB16 (or 0xB2AB16) is known color: Earls Green. HEX triplet: B2, AB and 16. RGB value is (178,171,22). Sum of RGB (Red+Green+Blue) = 178+171+22=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AB16 is #4D54E9. Grayscale: #9C9C9C. Windows color (decimal): -5068010 or 1485746. OLE color: 1485746.

HSL color Cylindrical-coordinate representation of color #B2AB16: hue angle of 57.31º 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 #B2AB16 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 22 -
CMYK 0 0.04 0.88 0.30
HSL 57.31º 0.78% 0.39% -
HSV(B) 57.31º 0.88% 0.7% -
XYZ 33.07 38.65 6.48 -
YUV 156.11 52.32 143.62 -
System Red Green Blue C M Y K H S L
Decimal 178 171 22 0 0.04 0.88 0.30 57.31 0.78 0.39
Hex B2 AB 16 0 4 58 1E 39 4E 27
Octal 262 253 26 0 4 130 36 71 116 47
Binary 10110010 10101011 10110 0 100 1011000 11110 111001 1001110 100111

Color Harmonies of #B2AB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB16

Black with #B2AB16

Text Example


Text Example

White with #B2AB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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