#B7AE31

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

Shades of Earls Green #B7AE31

Tints of Earls Green #B7AE31

Color information

#B7AE31 (or 0xB7AE31) is unknown color: approx Earls Green. HEX triplet: B7, AE and 31. RGB value is (183,174,49). Sum of RGB (Red+Green+Blue) = 183+174+49=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AE31 is #4851CE. Grayscale: #A2A2A2. Windows color (decimal): -4739535 or 3255991. OLE color: 3255991.

HSL color Cylindrical-coordinate representation of color #B7AE31: hue angle of 55.97º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7AE31 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18317449-
CMYK00.050.730.28
HSL55.97º57.76%45.49%-
HSV(B)55.97º73.22%71.76%-
XYZ35.2240.568.88-
YUV162.4463.98142.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 49 (19.53% from 255) = 12.07%
R=45.07%
G=42.86%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831744900.050.730.2855.9757.7645.49
HexB7AE3105491C383a2d
Octal267256610511134707255
Binary10110111101011101100010101100100111100111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE31; }

 p { color: rgb(183,174,49); }

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

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

 a { background-color: rgb(183,174,49); }

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

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

 span { border-color: rgb(183,174,49); }

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