#b3ae27

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

Shades of Earls Green #B3AE27

Tints of Earls Green #B3AE27

Color information

#B3AE27 (or 0xB3AE27) is unknown color: approx Earls Green. HEX triplet: B3, AE and 27. RGB value is (179,174,39). Sum of RGB (Red+Green+Blue) = 179+174+39=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AE27 is #4C51D8. Grayscale: #A0A0A0. Windows color (decimal): -5001689 or 2600627. OLE color: 2600627.

HSL color Cylindrical-coordinate representation of color #B3AE27: hue angle of 57.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3AE27 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17917439-
CMYK00.030.780.30
HSL57.86º64.22%42.75%-
HSV(B)57.86º78.21%70.2%-
XYZ34.09407.84-
YUV160.159.66141.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 39 (15.62% from 255) = 9.95%
R=45.66%
G=44.39%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791743900.030.780.3057.8664.2242.75
HexB3AE27034E1E3a402b
Octal2632564703116367210053
Binary10110011101011101001110111001110111101110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3ae27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3ae27; }

 p { color: rgb(179,174,39); }

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

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

 a { background-color: rgb(179,174,39); }

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

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

 span { border-color: rgb(179,174,39); }

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