#B3A026

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

Shades of Earls Green #B3A026

Tints of Earls Green #B3A026

Color information

#B3A026 (or 0xB3A026) is unknown color: approx Earls Green. HEX triplet: B3, A0 and 26. RGB value is (179,160,38). Sum of RGB (Red+Green+Blue) = 179+160+38=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A026 is #4C5FD9. Grayscale: #989898. Windows color (decimal): -5005274 or 2531507. OLE color: 2531507.

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

Color convert

RGB17916038-
CMYK00.110.790.30
HSL51.91º64.98%42.55%-
HSV(B)51.91º78.77%70.2%-
XYZ31.5134.876.9-
YUV151.7763.79147.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 38 (15.23% from 255) = 10.08%
R=47.48%
G=42.44%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791603800.110.790.3051.9164.9842.55
HexB3A0260B4F1E34412b
Octal26324046013117366410153
Binary1011001110100000100110010111001111111101101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A026; }

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

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

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

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

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

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

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

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