#B7AE16

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

Shades of Earls Green #B7AE16

Tints of Earls Green #B7AE16

Color information

#B7AE16 (or 0xB7AE16) is unknown color: approx Earls Green. HEX triplet: B7, AE and 16. RGB value is (183,174,22). Sum of RGB (Red+Green+Blue) = 183+174+22=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AE16 is #4851E9. Grayscale: #9F9F9F. Windows color (decimal): -4739562 or 1486519. OLE color: 1486519.

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

Color convert

RGB18317422-
CMYK00.050.880.28
HSL56.65º78.54%40.2%-
HSV(B)56.65º87.98%71.76%-
XYZ34.8140.46.72-
YUV159.3650.48144.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 22 (8.98% from 255) = 5.80%
R=48.28%
G=45.91%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831742200.050.880.2856.6578.5440.2
HexB7AE1605581C394f28
Octal2672562605130347111750
Binary10110111101011101011001011011000111001110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE16; }

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

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

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

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

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

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

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

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