#B3B12E

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

Shades of Earls Green #B3B12E

Tints of Earls Green #B3B12E

Color information

#B3B12E (or 0xB3B12E) is unknown color: approx Earls Green. HEX triplet: B3, B1 and 2E. RGB value is (179,177,46). Sum of RGB (Red+Green+Blue) = 179+177+46=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B12E is #4C4ED1. Grayscale: #A3A3A3. Windows color (decimal): -5000914 or 3060147. OLE color: 3060147.

HSL color Cylindrical-coordinate representation of color #B3B12E: hue angle of 59.1º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3B12E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17917746-
CMYK00.010.740.30
HSL59.1º59.11%44.12%-
HSV(B)59.1º74.3%70.2%-
XYZ34.8141.238.71-
YUV162.6662.16139.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 46 (18.36% from 255) = 11.44%
R=44.53%
G=44.03%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791774600.010.740.3059.159.1144.12
HexB3B12E014A1E3b3b2c
Octal263261560111236737354
Binary101100111011000110111001100101011110111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B12E; }

 p { color: rgb(179,177,46); }

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

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

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

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

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

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

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