Html Css Color HEX #B0AB14 Earls Green

📋 copy color: '#B0AB14'

red 176 ◦ green 171 ◦ blue 20

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

Shades of Earls Green #B0AB14

Tints of Earls Green #B0AB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 47.96%
G = 46.59%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B0AB14 (or 0xB0AB14) is known color: Earls Green. HEX triplet: B0, AB and 14. RGB value is (176,171,20). Sum of RGB (Red+Green+Blue) = 176+171+20=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB14 is #4F54EB. Grayscale: #9B9B9B. Windows color (decimal): -5199084 or 1354672. OLE color: 1354672.

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

Color convert

RGB 176 171 20 -
CMYK 0 0.03 0.89 0.31
HSL 58.08º 0.8% 0.38% -
HSV(B) 58.08º 0.89% 0.69% -
XYZ 32.59 38.41 6.36 -
YUV 155.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 176 171 20 0 0.03 0.89 0.31 58.08 0.8 0.38
Hex B0 AB 14 0 3 59 1F 3A 50 26
Octal 260 253 24 0 3 131 37 72 120 46
Binary 10110000 10101011 10100 0 11 1011001 11111 111010 1010000 100110

Color Harmonies of #B0AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB14

Black with #B0AB14

Text Example


Text Example

White with #B0AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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