#B9B230

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

Shades of Earls Green #B9B230

Tints of Earls Green #B9B230

Color information

#B9B230 (or 0xB9B230) is unknown color: approx Earls Green. HEX triplet: B9, B2 and 30. RGB value is (185,178,48). Sum of RGB (Red+Green+Blue) = 185+178+48=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B230 is #464DCF. Grayscale: #A5A5A5. Windows color (decimal): -4607440 or 3191481. OLE color: 3191481.

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

Color convert

RGB18517848-
CMYK00.040.740.27
HSL56.93º58.8%45.69%-
HSV(B)56.93º74.05%72.55%-
XYZ36.4642.379.05-
YUV165.2761.82142.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 178 (69.92% from 255) = 43.31%
BLUE value IS 48 (19.14% from 255) = 11.68%
R=45.01%
G=43.31%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851784800.040.740.2756.9358.845.69
HexB9B230044A1B393b2e
Octal271262600411233717356
Binary10111001101100101100000100100101011011111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B230; }

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

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

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

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

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

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

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

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