Html Css Color HEX #B0AB27 Earls Green

📋 copy color: '#B0AB27'

red 176 ◦ green 171 ◦ blue 39

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

Shades of Earls Green #B0AB27

Tints of Earls Green #B0AB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.1%

R = 45.6%
G = 44.3%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B0AB27 (or 0xB0AB27) is known color: Earls Green. HEX triplet: B0, AB and 27. RGB value is (176,171,39). Sum of RGB (Red+Green+Blue) = 176+171+39=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB27 is #4F54D8. Grayscale: #9D9D9D. Windows color (decimal): -5199065 or 2599856. OLE color: 2599856.

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

Color convert

RGB 176 171 39 -
CMYK 0 0.03 0.78 0.31
HSL 57.81º 0.64% 0.42% -
HSV(B) 57.81º 0.78% 0.69% -
XYZ 32.83 38.5 7.62 -
YUV 157.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 176 171 39 0 0.03 0.78 0.31 57.81 0.64 0.42
Hex B0 AB 27 0 3 4E 1F 3A 40 2A
Octal 260 253 47 0 3 116 37 72 100 52
Binary 10110000 10101011 100111 0 11 1001110 11111 111010 1000000 101010

Color Harmonies of #B0AB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB27

Black with #B0AB27

Text Example


Text Example

White with #B0AB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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