#B0A230

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

Shades of Earls Green #B0A230

Tints of Earls Green #B0A230

Color information

#B0A230 (or 0xB0A230) is unknown color: approx Earls Green. HEX triplet: B0, A2 and 30. RGB value is (176,162,48). Sum of RGB (Red+Green+Blue) = 176+162+48=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A230 is #4F5DCF. Grayscale: #999999. Windows color (decimal): -5201360 or 3187376. OLE color: 3187376.

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

Color convert

RGB17616248-
CMYK00.080.730.31
HSL53.44º57.14%43.92%-
HSV(B)53.44º72.73%69.02%-
XYZ31.3635.287.95-
YUV153.1968.64144.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=45.60%
G=41.97%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761624800.080.730.3153.4457.1443.92
HexB0A23008491F35392c
Octal2602426001011137657154
Binary101100001010001011000001000100100111111110101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A230; }

 p { color: rgb(176,162,48); }

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

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

 a { background-color: rgb(176,162,48); }

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

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

 span { border-color: rgb(176,162,48); }

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