#B1B32F

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

Shades of Earls Green #B1B32F

Tints of Earls Green #B1B32F

Color information

#B1B32F (or 0xB1B32F) is unknown color: approx Earls Green. HEX triplet: B1, B3 and 2F. RGB value is (177,179,47). Sum of RGB (Red+Green+Blue) = 177+179+47=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B32F is #4E4CD0. Grayscale: #A3A3A3. Windows color (decimal): -5131473 or 3126193. OLE color: 3126193.

HSL color Cylindrical-coordinate representation of color #B1B32F: hue angle of 60.91º degrees, saturation: 0.58, 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 #B1B32F is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17717947-
CMYK0.0100.740.30
HSL60.91º58.41%44.31%-
HSV(B)60.91º73.74%70.2%-
XYZ34.7641.798.92-
YUV163.3562.34137.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 179 (70.31% from 255) = 44.42%
BLUE value IS 47 (18.75% from 255) = 11.66%
R=43.92%
G=44.42%
B=11.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179470.0100.740.3060.9158.4144.31
HexB1B32F104A1E3d3a2c
Octal261263571011236757254
Binary101100011011001110111110100101011110111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B32F; }

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

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

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

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

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

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

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

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