#B1A12F

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

Shades of Earls Green #B1A12F

Tints of Earls Green #B1A12F

Color information

#B1A12F (or 0xB1A12F) is unknown color: approx Earls Green. HEX triplet: B1, A1 and 2F. RGB value is (177,161,47). Sum of RGB (Red+Green+Blue) = 177+161+47=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A12F is #4E5ED0. Grayscale: #999999. Windows color (decimal): -5136081 or 3121585. OLE color: 3121585.

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

Color convert

RGB17716147-
CMYK00.090.730.31
HSL52.62º58.04%43.92%-
HSV(B)52.62º73.45%69.41%-
XYZ31.3935.047.8-
YUV152.7968.3145.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 47 (18.75% from 255) = 12.21%
R=45.97%
G=41.82%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771614700.090.730.3152.6258.0443.92
HexB1A12F09491F353a2c
Octal2612415701111137657254
Binary101100011010000110111101001100100111111110101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A12F; }

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

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

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

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

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

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

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

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