#B3B31A

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

Shades of Earls Green #B3B31A

Tints of Earls Green #B3B31A

Color information

#B3B31A (or 0xB3B31A) is unknown color: approx Earls Green. HEX triplet: B3, B3 and 1A. RGB value is (179,179,26). Sum of RGB (Red+Green+Blue) = 179+179+26=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B31A is #4C4CE5. Grayscale: #A2A2A2. Windows color (decimal): -5000422 or 1749939. OLE color: 1749939.

HSL color Cylindrical-coordinate representation of color #B3B31A: hue angle of 60º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3B31A is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17917926-
CMYK000.850.30
HSL60º74.63%40.2%-
HSV(B)60º85.47%70.2%-
XYZ34.941.97.23-
YUV161.5651.5140.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 179 (70.31% from 255) = 46.61%
BLUE value IS 26 (10.55% from 255) = 6.77%
R=46.61%
G=46.61%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917926000.850.306074.6340.2
HexB3B31A00551E3c4b28
Octal2632633200125367411350
Binary101100111011001111010001010101111101111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B31A; }

 p { color: rgb(179,179,26); }

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

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

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

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

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

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

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