#B0A52E

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

Shades of Earls Green #B0A52E

Tints of Earls Green #B0A52E

Color information

#B0A52E (or 0xB0A52E) is unknown color: approx Earls Green. HEX triplet: B0, A5 and 2E. RGB value is (176,165,46). Sum of RGB (Red+Green+Blue) = 176+165+46=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A52E is #4F5AD1. Grayscale: #9B9B9B. Windows color (decimal): -5200594 or 3057072. OLE color: 3057072.

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

Color convert

RGB17616546-
CMYK00.060.740.31
HSL54.92º58.56%43.53%-
HSV(B)54.92º73.86%69.02%-
XYZ31.8536.347.92-
YUV154.7266.64143.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=45.48%
G=42.64%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761654600.060.740.3154.9258.5643.53
HexB0A52E064A1F373b2c
Octal260245560611237677354
Binary10110000101001011011100110100101011111110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A52E; }

 p { color: rgb(176,165,46); }

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

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

 a { background-color: rgb(176,165,46); }

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

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

 span { border-color: rgb(176,165,46); }

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