#B1AE2B

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

Shades of Earls Green #B1AE2B

Tints of Earls Green #B1AE2B

Color information

#B1AE2B (or 0xB1AE2B) is unknown color: approx Earls Green. HEX triplet: B1, AE and 2B. RGB value is (177,174,43). Sum of RGB (Red+Green+Blue) = 177+174+43=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE2B is #4E51D4. Grayscale: #A0A0A0. Windows color (decimal): -5132757 or 2862769. OLE color: 2862769.

HSL color Cylindrical-coordinate representation of color #B1AE2B: hue angle of 58.66º degrees, saturation: 0.61, 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 #B1AE2B is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17717443-
CMYK00.020.760.31
HSL58.66º60.91%43.14%-
HSV(B)58.66º75.71%69.41%-
XYZ33.739.798.19-
YUV159.9661.99140.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 43 (17.19% from 255) = 10.91%
R=44.92%
G=44.16%
B=10.91%

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
Decimal1771744300.020.760.3158.6660.9143.14
HexB1AE2B024C1F3b3d2b
Octal261256530211437737553
Binary1011000110101110101011010100110011111111011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE2B; }

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

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

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

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

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

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

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

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