#B9A52E

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

Shades of Earls Green #B9A52E

Tints of Earls Green #B9A52E

Color information

#B9A52E (or 0xB9A52E) is unknown color: approx Earls Green. HEX triplet: B9, A5 and 2E. RGB value is (185,165,46). Sum of RGB (Red+Green+Blue) = 185+165+46=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A52E is #465AD1. Grayscale: #9D9D9D. Windows color (decimal): -4610770 or 3057081. OLE color: 3057081.

HSL color Cylindrical-coordinate representation of color #B9A52E: hue angle of 51.37º 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 #B9A52E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18516546-
CMYK00.110.750.27
HSL51.37º60.17%45.29%-
HSV(B)51.37º75.14%72.55%-
XYZ33.9637.428.02-
YUV157.4165.13147.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 46 (18.36% from 255) = 11.62%
R=46.72%
G=41.67%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851654600.110.750.2751.3760.1745.29
HexB9A52E0B4B1B333c2d
Octal2712455601311333637455
Binary101110011010010110111001011100101111011110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A52E; }

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

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

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

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

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

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

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

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