#B9A321

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

Shades of Earls Green #B9A321

Tints of Earls Green #B9A321

Color information

#B9A321 (or 0xB9A321) is unknown color: approx Earls Green. HEX triplet: B9, A3 and 21. RGB value is (185,163,33). Sum of RGB (Red+Green+Blue) = 185+163+33=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A321 is #465CDE. Grayscale: #9B9B9B. Windows color (decimal): -4611295 or 2204601. OLE color: 2204601.

HSL color Cylindrical-coordinate representation of color #B9A321: hue angle of 51.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9A321 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18516333-
CMYK00.120.820.27
HSL51.32º69.72%42.75%-
HSV(B)51.32º82.16%72.55%-
XYZ33.3836.626.75-
YUV154.7659.29149.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 33 (13.28% from 255) = 8.66%
R=48.56%
G=42.78%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851633300.120.820.2751.3269.7242.75
HexB9A3210C521B33462b
Octal27124341014122336310653
Binary1011100110100011100001011001010010110111100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A321; }

 p { color: rgb(185,163,33); }

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

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

 a { background-color: rgb(185,163,33); }

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

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

 span { border-color: rgb(185,163,33); }

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