Html Css Color HEX #B0A616 Earls Green

📋 copy color: '#B0A616'

red 176 ◦ green 166 ◦ blue 22

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

Shades of Earls Green #B0A616

Tints of Earls Green #B0A616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.6%

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 48.35%
G = 45.6%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B0A616 (or 0xB0A616) is known color: Earls Green. HEX triplet: B0, A6 and 16. RGB value is (176,166,22). Sum of RGB (Red+Green+Blue) = 176+166+22=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A616 is #4F59E9. Grayscale: #999999. Windows color (decimal): -5200362 or 1484464. OLE color: 1484464.

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

Color convert

RGB 176 166 22 -
CMYK 0 0.06 0.88 0.31
HSL 56.1º 0.78% 0.39% -
HSV(B) 56.1º 0.88% 0.69% -
XYZ 31.69 36.56 6.15 -
YUV 152.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 176 166 22 0 0.06 0.88 0.31 56.1 0.78 0.39
Hex B0 A6 16 0 6 58 1F 38 4E 27
Octal 260 246 26 0 6 130 37 70 116 47
Binary 10110000 10100110 10110 0 110 1011000 11111 111000 1001110 100111

Color Harmonies of #B0A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A616

Black with #B0A616

Text Example


Text Example

White with #B0A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A616; }

 p { color: rgb(176,166,22); }

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

background-color css

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

 a { background-color: rgb(176,166,22); }

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

border-color css

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

 span { border-color: rgb(176,166,22); }

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