#B9A523

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

Shades of Earls Green #B9A523

Tints of Earls Green #B9A523

Color information

#B9A523 (or 0xB9A523) is unknown color: approx Earls Green. HEX triplet: B9, A5 and 23. RGB value is (185,165,35). Sum of RGB (Red+Green+Blue) = 185+165+35=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A523 is #465ADC. Grayscale: #9C9C9C. Windows color (decimal): -4610781 or 2336185. OLE color: 2336185.

HSL color Cylindrical-coordinate representation of color #B9A523: hue angle of 52º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9A523 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18516535-
CMYK00.110.810.27
HSL52º68.18%43.14%-
HSV(B)52º81.08%72.55%-
XYZ33.7737.357.02-
YUV156.1659.63148.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 35 (14.06% from 255) = 9.09%
R=48.05%
G=42.86%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851653500.110.810.275268.1843.14
HexB9A5230B511B34442b
Octal27124543013121336410453
Binary1011100110100101100011010111010001110111101001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A523; }

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

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

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

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

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

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

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

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