#B9A826

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

Shades of Earls Green #B9A826

Tints of Earls Green #B9A826

Color information

#B9A826 (or 0xB9A826) is unknown color: approx Earls Green. HEX triplet: B9, A8 and 26. RGB value is (185,168,38). Sum of RGB (Red+Green+Blue) = 185+168+38=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A826 is #4657D9. Grayscale: #9E9E9E. Windows color (decimal): -4610010 or 2533561. OLE color: 2533561.

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

Color convert

RGB18516838-
CMYK00.090.790.27
HSL53.06º65.92%43.73%-
HSV(B)53.06º79.46%72.55%-
XYZ34.3638.467.45-
YUV158.2660.13147.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 38 (15.23% from 255) = 9.72%
R=47.31%
G=42.97%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851683800.090.790.2753.0665.9243.73
HexB9A826094F1B35422c
Octal27125046011117336510254
Binary1011100110101000100110010011001111110111101011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A826; }

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

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

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

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

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

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

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

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