#B1AE2A

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

Shades of Earls Green #B1AE2A

Tints of Earls Green #B1AE2A

Color information

#B1AE2A (or 0xB1AE2A) is unknown color: approx Earls Green. HEX triplet: B1, AE and 2A. RGB value is (177,174,42). Sum of RGB (Red+Green+Blue) = 177+174+42=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE2A is #4E51D5. Grayscale: #A0A0A0. Windows color (decimal): -5132758 or 2797233. OLE color: 2797233.

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

Color convert

RGB17717442-
CMYK00.020.760.31
HSL58.67º61.64%42.94%-
HSV(B)58.67º76.27%69.41%-
XYZ33.6939.798.09-
YUV159.8561.49140.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 42 (16.80% from 255) = 10.69%
R=45.04%
G=44.27%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771744200.020.760.3158.6761.6442.94
HexB1AE2A024C1F3b3e2b
Octal261256520211437737653
Binary1011000110101110101010010100110011111111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE2A; }

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

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

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

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

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

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

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

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