#b9a82b

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

Shades of Earls Green #B9A82B

Tints of Earls Green #B9A82B

Color information

#B9A82B (or 0xB9A82B) is unknown color: approx Earls Green. HEX triplet: B9, A8 and 2B. RGB value is (185,168,43). Sum of RGB (Red+Green+Blue) = 185+168+43=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A82B is #4657D4. Grayscale: #9F9F9F. Windows color (decimal): -4610005 or 2861241. OLE color: 2861241.

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

Color convert

RGB18516843-
CMYK00.090.770.27
HSL52.82º62.28%44.71%-
HSV(B)52.82º76.76%72.55%-
XYZ34.4538.497.9-
YUV158.8362.63146.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 43 (17.19% from 255) = 10.86%
R=46.72%
G=42.42%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851684300.090.770.2752.8262.2844.71
HexB9A82B094D1B353e2d
Octal2712505301111533657655
Binary101110011010100010101101001100110111011110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9a82b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9a82b; }

 p { color: rgb(185,168,43); }

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

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

 a { background-color: rgb(185,168,43); }

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

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

 span { border-color: rgb(185,168,43); }

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