#B9A72E

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

Shades of Earls Green #B9A72E

Tints of Earls Green #B9A72E

Color information

#B9A72E (or 0xB9A72E) is unknown color: approx Earls Green. HEX triplet: B9, A7 and 2E. RGB value is (185,167,46). Sum of RGB (Red+Green+Blue) = 185+167+46=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A72E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A72E is #4658D1. Grayscale: #9F9F9F. Windows color (decimal): -4610258 or 3057593. OLE color: 3057593.

HSL color Cylindrical-coordinate representation of color #B9A72E: hue angle of 52.23º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9A72E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18516746-
CMYK00.100.750.27
HSL52.23º60.17%45.29%-
HSV(B)52.23º75.14%72.55%-
XYZ34.3238.158.14-
YUV158.5964.46146.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 167 (65.62% from 255) = 41.96%
BLUE value IS 46 (18.36% from 255) = 11.56%
R=46.48%
G=41.96%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851674600.100.750.2752.2360.1745.29
HexB9A72E0A4B1B343c2d
Octal2712475601211333647455
Binary101110011010011110111001010100101111011110100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A72E; }

 p { color: rgb(185,167,46); }

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

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

 a { background-color: rgb(185,167,46); }

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

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

 span { border-color: rgb(185,167,46); }

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