#B9B628

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

Shades of Earls Green #B9B628

Tints of Earls Green #B9B628

Color information

#B9B628 (or 0xB9B628) is unknown color: approx Earls Green. HEX triplet: B9, B6 and 28. RGB value is (185,182,40). Sum of RGB (Red+Green+Blue) = 185+182+40=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B628 is #4649D7. Grayscale: #A7A7A7. Windows color (decimal): -4606424 or 2668217. OLE color: 2668217.

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

Color convert

RGB18518240-
CMYK00.020.780.27
HSL58.76º64.44%44.12%-
HSV(B)58.76º78.38%72.55%-
XYZ37.1243.928.53-
YUV166.7156.49141.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 40 (16.02% from 255) = 9.83%
R=45.45%
G=44.72%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851824000.020.780.2758.7664.4444.12
HexB9B628024E1B3b402c
Octal2712665002116337310054
Binary10111001101101101010000101001110110111110111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B628; }

 p { color: rgb(185,182,40); }

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

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

 a { background-color: rgb(185,182,40); }

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

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

 span { border-color: rgb(185,182,40); }

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