#B9AE1A

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

Shades of Earls Green #B9AE1A

Tints of Earls Green #B9AE1A

Color information

#B9AE1A (or 0xB9AE1A) is unknown color: approx Earls Green. HEX triplet: B9, AE and 1A. RGB value is (185,174,26). Sum of RGB (Red+Green+Blue) = 185+174+26=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE1A is #4651E5. Grayscale: #A1A1A1. Windows color (decimal): -4608486 or 1748665. OLE color: 1748665.

HSL color Cylindrical-coordinate representation of color #B9AE1A: hue angle of 55.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9AE1A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18517426-
CMYK00.060.860.27
HSL55.85º75.36%41.37%-
HSV(B)55.85º85.95%72.55%-
XYZ35.3340.666.96-
YUV160.4252.14145.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 26 (10.55% from 255) = 6.75%
R=48.05%
G=45.19%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851742600.060.860.2755.8575.3641.37
HexB9AE1A06561B384b29
Octal2712563206126337011351
Binary10111001101011101101001101010110110111110001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE1A; }

 p { color: rgb(185,174,26); }

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

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

 a { background-color: rgb(185,174,26); }

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

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

 span { border-color: rgb(185,174,26); }

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