#B9B22D

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

Shades of Earls Green #B9B22D

Tints of Earls Green #B9B22D

Color information

#B9B22D (or 0xB9B22D) is unknown color: approx Earls Green. HEX triplet: B9, B2 and 2D. RGB value is (185,178,45). Sum of RGB (Red+Green+Blue) = 185+178+45=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B22D is #464DD2. Grayscale: #A5A5A5. Windows color (decimal): -4607443 or 2994873. OLE color: 2994873.

HSL color Cylindrical-coordinate representation of color #B9B22D: hue angle of 57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9B22D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18517845-
CMYK00.040.760.27
HSL57º60.87%45.1%-
HSV(B)57º75.68%72.55%-
XYZ36.442.348.74-
YUV164.9360.32142.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 178 (69.92% from 255) = 43.63%
BLUE value IS 45 (17.97% from 255) = 11.03%
R=45.34%
G=43.63%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851784500.040.760.275760.8745.1
HexB9B22D044C1B393d2d
Octal271262550411433717555
Binary10111001101100101011010100100110011011111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B22D; }

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

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

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

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

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

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

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

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