#B9A626

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

Shades of Earls Green #B9A626

Tints of Earls Green #B9A626

Color information

#B9A626 (or 0xB9A626) is unknown color: approx Earls Green. HEX triplet: B9, A6 and 26. RGB value is (185,166,38). Sum of RGB (Red+Green+Blue) = 185+166+38=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A626 is #4659D9. Grayscale: #9D9D9D. Windows color (decimal): -4610522 or 2533049. OLE color: 2533049.

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

Color convert

RGB18516638-
CMYK00.100.790.27
HSL52.24º65.92%43.73%-
HSV(B)52.24º79.46%72.55%-
XYZ33.9937.737.32-
YUV157.0960.79147.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 166 (65.23% from 255) = 42.67%
BLUE value IS 38 (15.23% from 255) = 9.77%
R=47.56%
G=42.67%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851663800.100.790.2752.2465.9243.73
HexB9A6260A4F1B34422c
Octal27124646012117336410254
Binary1011100110100110100110010101001111110111101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A626; }

 p { color: rgb(185,166,38); }

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

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

 a { background-color: rgb(185,166,38); }

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

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

 span { border-color: rgb(185,166,38); }

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