#B2A921

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

Shades of Earls Green #B2A921

Tints of Earls Green #B2A921

Color information

#B2A921 (or 0xB2A921) is unknown color: approx Earls Green. HEX triplet: B2, A9 and 21. RGB value is (178,169,33). Sum of RGB (Red+Green+Blue) = 178+169+33=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A921 is #4D56DE. Grayscale: #9C9C9C. Windows color (decimal): -5068511 or 2206130. OLE color: 2206130.

HSL color Cylindrical-coordinate representation of color #B2A921: hue angle of 56.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2A921 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17816933-
CMYK00.050.810.30
HSL56.28º68.72%41.37%-
HSV(B)56.28º81.46%69.8%-
XYZ32.8237.957.03-
YUV156.1958.48143.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 33 (13.28% from 255) = 8.68%
R=46.84%
G=44.47%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781693300.050.810.3056.2868.7241.37
HexB2A92105511E384529
Octal2622514105121367010551
Binary101100101010100110000101011010001111101110001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A921; }

 p { color: rgb(178,169,33); }

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

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

 a { background-color: rgb(178,169,33); }

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

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

 span { border-color: rgb(178,169,33); }

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