#B2A722

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

Shades of Earls Green #B2A722

Tints of Earls Green #B2A722

Color information

#B2A722 (or 0xB2A722) is unknown color: approx Earls Green. HEX triplet: B2, A7 and 22. RGB value is (178,167,34). Sum of RGB (Red+Green+Blue) = 178+167+34=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A722 is #4D58DD. Grayscale: #9B9B9B. Windows color (decimal): -5069022 or 2271154. OLE color: 2271154.

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

Color convert

RGB17816734-
CMYK00.060.810.30
HSL55.42º67.92%41.57%-
HSV(B)55.42º80.9%69.8%-
XYZ32.4737.226.99-
YUV155.1359.64144.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 34 (13.67% from 255) = 8.97%
R=46.97%
G=44.06%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781673400.060.810.3055.4267.9241.57
HexB2A72206511E37442a
Octal2622474206121366710452
Binary101100101010011110001001101010001111101101111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A722; }

 p { color: rgb(178,167,34); }

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

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

 a { background-color: rgb(178,167,34); }

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

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

 span { border-color: rgb(178,167,34); }

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