Html Css Color HEX #B0AB17 Earls Green

📋 copy color: '#B0AB17'

red 176 ◦ green 171 ◦ blue 23

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

Shades of Earls Green #B0AB17

Tints of Earls Green #B0AB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.22%

R = 47.57%
G = 46.22%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B0AB17 (or 0xB0AB17) is known color: Earls Green. HEX triplet: B0, AB and 17. RGB value is (176,171,23). Sum of RGB (Red+Green+Blue) = 176+171+23=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB17 is #4F54E8. Grayscale: #9C9C9C. Windows color (decimal): -5199081 or 1551280. OLE color: 1551280.

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

Color convert

RGB 176 171 23 -
CMYK 0 0.03 0.87 0.31
HSL 58.04º 0.77% 0.39% -
HSV(B) 58.04º 0.87% 0.69% -
XYZ 32.62 38.42 6.51 -
YUV 155.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 176 171 23 0 0.03 0.87 0.31 58.04 0.77 0.39
Hex B0 AB 17 0 3 57 1F 3A 4D 27
Octal 260 253 27 0 3 127 37 72 115 47
Binary 10110000 10101011 10111 0 11 1010111 11111 111010 1001101 100111

Color Harmonies of #B0AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB17

Black with #B0AB17

Text Example


Text Example

White with #B0AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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