#B2A026

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

Shades of Earls Green #B2A026

Tints of Earls Green #B2A026

Color information

#B2A026 (or 0xB2A026) is unknown color: approx Earls Green. HEX triplet: B2, A0 and 26. RGB value is (178,160,38). Sum of RGB (Red+Green+Blue) = 178+160+38=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A026 is #4D5FD9. Grayscale: #979797. Windows color (decimal): -5070810 or 2531506. OLE color: 2531506.

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

Color convert

RGB17816038-
CMYK00.100.790.30
HSL52.29º64.81%42.35%-
HSV(B)52.29º78.65%69.8%-
XYZ31.2834.756.89-
YUV151.4763.96146.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 160 (62.89% from 255) = 42.55%
BLUE value IS 38 (15.23% from 255) = 10.11%
R=47.34%
G=42.55%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781603800.100.790.3052.2964.8142.35
HexB2A0260A4F1E34412a
Octal26224046012117366410152
Binary1011001010100000100110010101001111111101101001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A026; }

 p { color: rgb(178,160,38); }

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

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

 a { background-color: rgb(178,160,38); }

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

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

 span { border-color: rgb(178,160,38); }

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