#B1A231

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

Shades of Earls Green #B1A231

Tints of Earls Green #B1A231

Color information

#B1A231 (or 0xB1A231) is unknown color: approx Earls Green. HEX triplet: B1, A2 and 31. RGB value is (177,162,49). Sum of RGB (Red+Green+Blue) = 177+162+49=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A231 is #4E5DCE. Grayscale: #9A9A9A. Windows color (decimal): -5135823 or 3252913. OLE color: 3252913.

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

Color convert

RGB17716249-
CMYK00.080.720.31
HSL52.97º56.64%44.31%-
HSV(B)52.97º72.32%69.41%-
XYZ31.6135.418.07-
YUV153.668.97144.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 49 (19.53% from 255) = 12.63%
R=45.62%
G=41.75%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771624900.080.720.3152.9756.6444.31
HexB1A23108481F35392c
Octal2612426101011037657154
Binary101100011010001011000101000100100011111110101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A231; }

 p { color: rgb(177,162,49); }

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

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

 a { background-color: rgb(177,162,49); }

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

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

 span { border-color: rgb(177,162,49); }

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