Html Css Color HEX #B2AB20 Earls Green

📋 copy color: '#B2AB20'

red 178 ◦ green 171 ◦ blue 32

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

Shades of Earls Green #B2AB20

Tints of Earls Green #B2AB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 46.72%
G = 44.88%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B2AB20 (or 0xB2AB20) is known color: Earls Green. HEX triplet: B2, AB and 20. RGB value is (178,171,32). Sum of RGB (Red+Green+Blue) = 178+171+32=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB20 is #4D54DF. Grayscale: #9D9D9D. Windows color (decimal): -5068000 or 2141106. OLE color: 2141106.

HSL color Cylindrical-coordinate representation of color #B2AB20: hue angle of 57.12º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2AB20 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 32 -
CMYK 0 0.04 0.82 0.30
HSL 57.12º 0.7% 0.41% -
HSV(B) 57.12º 0.82% 0.7% -
XYZ 33.18 38.7 7.09 -
YUV 157.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 178 171 32 0 0.04 0.82 0.30 57.12 0.7 0.41
Hex B2 AB 20 0 4 52 1E 39 46 29
Octal 262 253 40 0 4 122 36 71 106 51
Binary 10110010 10101011 100000 0 100 1010010 11110 111001 1000110 101001

Color Harmonies of #B2AB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB20

Black with #B2AB20

Text Example


Text Example

White with #B2AB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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