Html Css Color HEX #B0AB28 Earls Green

📋 copy color: '#B0AB28'

red 176 ◦ green 171 ◦ blue 40

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

Shades of Earls Green #B0AB28

Tints of Earls Green #B0AB28

RGB

 RED value IS 176 (69.14% from 255) = 45.48%

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 45.48%
G = 44.19%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B0AB28 (or 0xB0AB28) is known color: Earls Green. HEX triplet: B0, AB and 28. RGB value is (176,171,40). Sum of RGB (Red+Green+Blue) = 176+171+40=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB28 is #4F54D7. Grayscale: #9E9E9E. Windows color (decimal): -5199064 or 2665392. OLE color: 2665392.

HSL color Cylindrical-coordinate representation of color #B0AB28: hue angle of 57.79º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0AB28 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 40 -
CMYK 0 0.03 0.77 0.31
HSL 57.79º 0.63% 0.42% -
HSV(B) 57.79º 0.77% 0.69% -
XYZ 32.85 38.51 7.71 -
YUV 157.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 176 171 40 0 0.03 0.77 0.31 57.79 0.63 0.42
Hex B0 AB 28 0 3 4D 1F 3A 3F 2A
Octal 260 253 50 0 3 115 37 72 77 52
Binary 10110000 10101011 101000 0 11 1001101 11111 111010 111111 101010

Color Harmonies of #B0AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB28

Black with #B0AB28

Text Example


Text Example

White with #B0AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB28; }

 p { color: rgb(176,171,40); }

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

background-color css

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

 a { background-color: rgb(176,171,40); }

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

border-color css

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

 span { border-color: rgb(176,171,40); }

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