#B8AB21

Color #B8AB21 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B8AB21

Tints of Earls Green #B8AB21

Color information

#B8AB21 (or 0xB8AB21) is unknown color: approx Earls Green. HEX triplet: B8, AB and 21. RGB value is (184,171,33). Sum of RGB (Red+Green+Blue) = 184+171+33=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB21 is #4754DE. Grayscale: #9F9F9F. Windows color (decimal): -4674783 or 2206648. OLE color: 2206648.

HSL color Cylindrical-coordinate representation of color #B8AB21: hue angle of 54.83º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8AB21 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18417133-
CMYK00.070.820.28
HSL54.83º69.59%42.55%-
HSV(B)54.83º82.07%72.16%-
XYZ34.639.437.22-
YUV159.1656.81145.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 171 (67.19% from 255) = 44.07%
BLUE value IS 33 (13.28% from 255) = 8.51%
R=47.42%
G=44.07%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841713300.070.820.2854.8369.5942.55
HexB8AB2107521C37462b
Octal2702534107122346710653
Binary101110001010101110000101111010010111001101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB21; }

 p { color: rgb(184,171,33); }

 H1.HeaderClassName
 {
   color: #B8AB21;
 }
 .AnyTagClassName
 {
   color: #B8AB21;
 }
</style>
background-color css

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

 a { background-color: rgb(184,171,33); }

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

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

 span { border-color: rgb(184,171,33); }

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