#B1A32E

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

Shades of Earls Green #B1A32E

Tints of Earls Green #B1A32E

Color information

#B1A32E (or 0xB1A32E) is unknown color: approx Earls Green. HEX triplet: B1, A3 and 2E. RGB value is (177,163,46). Sum of RGB (Red+Green+Blue) = 177+163+46=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A32E is #4E5CD1. Grayscale: #9A9A9A. Windows color (decimal): -5135570 or 3056561. OLE color: 3056561.

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

Color convert

RGB17716346-
CMYK00.080.740.31
HSL53.59º58.74%43.73%-
HSV(B)53.59º74.01%69.41%-
XYZ31.7235.747.81-
YUV153.8567.14144.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 46 (18.36% from 255) = 11.92%
R=45.85%
G=42.23%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771634600.080.740.3153.5958.7443.73
HexB1A32E084A1F363b2c
Octal2612435601011237667354
Binary101100011010001110111001000100101011111110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A32E; }

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

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

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

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

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

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

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

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