#B9AE30

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

Shades of Earls Green #B9AE30

Tints of Earls Green #B9AE30

Color information

#B9AE30 (or 0xB9AE30) is unknown color: approx Earls Green. HEX triplet: B9, AE and 30. RGB value is (185,174,48). Sum of RGB (Red+Green+Blue) = 185+174+48=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AE30 is #4651CF. Grayscale: #A3A3A3. Windows color (decimal): -4608464 or 3190457. OLE color: 3190457.

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

Color convert

RGB18517448-
CMYK00.060.740.27
HSL55.18º58.8%45.69%-
HSV(B)55.18º74.05%72.55%-
XYZ35.6840.88.79-
YUV162.9263.14143.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 48 (19.14% from 255) = 11.79%
R=45.45%
G=42.75%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851744800.060.740.2755.1858.845.69
HexB9AE30064A1B373b2e
Octal271256600611233677356
Binary10111001101011101100000110100101011011110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE30; }

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

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

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

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

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

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

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

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