#B0A92F

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

Shades of Earls Green #B0A92F

Tints of Earls Green #B0A92F

Color information

#B0A92F (or 0xB0A92F) is unknown color: approx Earls Green. HEX triplet: B0, A9 and 2F. RGB value is (176,169,47). Sum of RGB (Red+Green+Blue) = 176+169+47=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A92F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A92F is #4F56D0. Grayscale: #9D9D9D. Windows color (decimal): -5199569 or 3123632. OLE color: 3123632.

HSL color Cylindrical-coordinate representation of color #B0A92F: hue angle of 56.74º degrees, saturation: 0.58, 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 #B0A92F is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17616947-
CMYK00.040.730.31
HSL56.74º57.85%43.73%-
HSV(B)56.74º73.3%69.02%-
XYZ32.6137.818.27-
YUV157.1865.82141.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 47 (18.75% from 255) = 11.99%
R=44.90%
G=43.11%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761694700.040.730.3156.7457.8543.73
HexB0A92F04491F393a2c
Octal260251570411137717254
Binary10110000101010011011110100100100111111111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A92F; }

 p { color: rgb(176,169,47); }

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

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

 a { background-color: rgb(176,169,47); }

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

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

 span { border-color: rgb(176,169,47); }

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