#B0AE21

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

Shades of Earls Green #B0AE21

Tints of Earls Green #B0AE21

Color information

#B0AE21 (or 0xB0AE21) is unknown color: approx Earls Green. HEX triplet: B0, AE and 21. RGB value is (176,174,33). Sum of RGB (Red+Green+Blue) = 176+174+33=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AE21 is #4F51DE. Grayscale: #9F9F9F. Windows color (decimal): -5198303 or 2207408. OLE color: 2207408.

HSL color Cylindrical-coordinate representation of color #B0AE21: hue angle of 59.16º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0AE21 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17617433-
CMYK00.010.810.31
HSL59.16º68.42%40.98%-
HSV(B)59.16º81.25%69.02%-
XYZ33.3239.617.33-
YUV158.5257.16140.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=45.95%
G=45.43%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761743300.010.810.3159.1668.4240.98
HexB0AE2101511F3b4429
Octal2602564101121377310451
Binary1011000010101110100001011010001111111110111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE21; }

 p { color: rgb(176,174,33); }

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

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

 a { background-color: rgb(176,174,33); }

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

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

 span { border-color: rgb(176,174,33); }

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