#B9A428

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

Shades of Earls Green #B9A428

Tints of Earls Green #B9A428

Color information

#B9A428 (or 0xB9A428) is unknown color: approx Earls Green. HEX triplet: B9, A4 and 28. RGB value is (185,164,40). Sum of RGB (Red+Green+Blue) = 185+164+40=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A428 is #465BD7. Grayscale: #9C9C9C. Windows color (decimal): -4611032 or 2663609. OLE color: 2663609.

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

Color convert

RGB18516440-
CMYK00.110.780.27
HSL51.31º64.44%44.12%-
HSV(B)51.31º78.38%72.55%-
XYZ33.6737.027.38-
YUV156.1462.46148.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 40 (16.02% from 255) = 10.28%
R=47.56%
G=42.16%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851644000.110.780.2751.3164.4444.12
HexB9A4280B4E1B33402c
Octal27124450013116336310054
Binary1011100110100100101000010111001110110111100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A428; }

 p { color: rgb(185,164,40); }

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

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

 a { background-color: rgb(185,164,40); }

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

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

 span { border-color: rgb(185,164,40); }

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