#B9B330

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

Shades of Earls Green #B9B330

Tints of Earls Green #B9B330

Color information

#B9B330 (or 0xB9B330) is unknown color: approx Earls Green. HEX triplet: B9, B3 and 30. RGB value is (185,179,48). Sum of RGB (Red+Green+Blue) = 185+179+48=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B330 is #464CCF. Grayscale: #A6A6A6. Windows color (decimal): -4607184 or 3191737. OLE color: 3191737.

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

Color convert

RGB18517948-
CMYK00.030.740.27
HSL57.37º58.8%45.69%-
HSV(B)57.37º74.05%72.55%-
XYZ36.6642.779.12-
YUV165.8661.49141.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 179 (70.31% from 255) = 43.45%
BLUE value IS 48 (19.14% from 255) = 11.65%
R=44.90%
G=43.45%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851794800.030.740.2757.3758.845.69
HexB9B330034A1B393b2e
Octal271263600311233717356
Binary1011100110110011110000011100101011011111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B330; }

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

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

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

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

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

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

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

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