#B8A121

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

Shades of Earls Green #B8A121

Tints of Earls Green #B8A121

Color information

#B8A121 (or 0xB8A121) is unknown color: approx Earls Green. HEX triplet: B8, A1 and 21. RGB value is (184,161,33). Sum of RGB (Red+Green+Blue) = 184+161+33=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A121 is #475EDE. Grayscale: #999999. Windows color (decimal): -4677343 or 2204088. OLE color: 2204088.

HSL color Cylindrical-coordinate representation of color #B8A121: hue angle of 50.86º 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 #B8A121 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18416133-
CMYK00.120.820.28
HSL50.86º69.59%42.55%-
HSV(B)50.86º82.07%72.16%-
XYZ32.7935.796.62-
YUV153.2860.12149.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 33 (13.28% from 255) = 8.73%
R=48.68%
G=42.59%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841613300.120.820.2850.8669.5942.55
HexB8A1210C521C33462b
Octal27024141014122346310653
Binary1011100010100001100001011001010010111001100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A121; }

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

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

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

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

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

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

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

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