#B1AE1A

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

Shades of Earls Green #B1AE1A

Tints of Earls Green #B1AE1A

Color information

#B1AE1A (or 0xB1AE1A) is unknown color: approx Earls Green. HEX triplet: B1, AE and 1A. RGB value is (177,174,26). Sum of RGB (Red+Green+Blue) = 177+174+26=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE1A is #4E51E5. Grayscale: #9E9E9E. Windows color (decimal): -5132774 or 1748657. OLE color: 1748657.

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

Color convert

RGB17717426-
CMYK00.020.850.31
HSL58.81º74.38%39.8%-
HSV(B)58.81º85.31%69.41%-
XYZ33.4539.696.88-
YUV158.0253.49141.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 26 (10.55% from 255) = 6.90%
R=46.95%
G=46.15%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771742600.020.850.3158.8174.3839.8
HexB1AE1A02551F3b4a28
Octal2612563202125377311250
Binary1011000110101110110100101010101111111110111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE1A; }

 p { color: rgb(177,174,26); }

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

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

 a { background-color: rgb(177,174,26); }

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

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

 span { border-color: rgb(177,174,26); }

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