#B9B827

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

Shades of Earls Green #B9B827

Tints of Earls Green #B9B827

Color information

#B9B827 (or 0xB9B827) is unknown color: approx Earls Green. HEX triplet: B9, B8 and 27. RGB value is (185,184,39). Sum of RGB (Red+Green+Blue) = 185+184+39=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B827 is #4647D8. Grayscale: #A8A8A8. Windows color (decimal): -4605913 or 2603193. OLE color: 2603193.

HSL color Cylindrical-coordinate representation of color #B9B827: hue angle of 59.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9B827 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18518439-
CMYK00.010.790.27
HSL59.59º65.18%43.92%-
HSV(B)59.59º78.92%72.55%-
XYZ37.5144.748.58-
YUV167.7755.33140.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 184 (72.27% from 255) = 45.10%
BLUE value IS 39 (15.62% from 255) = 9.56%
R=45.34%
G=45.10%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851843900.010.790.2759.5965.1843.92
HexB9B827014F1B3c412c
Octal2712704701117337410154
Binary1011100110111000100111011001111110111111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B827; }

 p { color: rgb(185,184,39); }

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

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

 a { background-color: rgb(185,184,39); }

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

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

 span { border-color: rgb(185,184,39); }

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