#B9B030

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

Shades of Earls Green #B9B030

Tints of Earls Green #B9B030

Color information

#B9B030 (or 0xB9B030) is unknown color: approx Earls Green. HEX triplet: B9, B0 and 30. RGB value is (185,176,48). Sum of RGB (Red+Green+Blue) = 185+176+48=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B030 is #464FCF. Grayscale: #A4A4A4. Windows color (decimal): -4607952 or 3190969. OLE color: 3190969.

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

Color convert

RGB18517648-
CMYK00.050.740.27
HSL56.06º58.8%45.69%-
HSV(B)56.06º74.05%72.55%-
XYZ36.0741.588.92-
YUV164.162.48142.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 48 (19.14% from 255) = 11.74%
R=45.23%
G=43.03%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851764800.050.740.2756.0658.845.69
HexB9B030054A1B383b2e
Octal271260600511233707356
Binary10111001101100001100000101100101011011111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B030; }

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

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

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

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

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

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

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

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