#96A999

Color #96A999 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #96A999

Tints of Edward #96A999

Color information

#96A999 (or 0x96A999) is unknown color: approx Edward. HEX triplet: 96, A9 and 99. RGB value is (150,169,153). Sum of RGB (Red+Green+Blue) = 150+169+153=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #96A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A999 is #695666. Grayscale: #A1A1A1. Windows color (decimal): -6903399 or 10070422. OLE color: 10070422.

HSL color Cylindrical-coordinate representation of color #96A999: hue angle of 129.47º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96A999 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB150169153-
CMYK0.1100.090.34
HSL129.47º9.95%62.55%-
HSV(B)129.47º11.24%66.27%-
XYZ32.5237.1635.6-
YUV161.5123.21119.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=31.78%
G=35.81%
B=32.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501691530.1100.090.34129.479.9562.55
Hex96A999B092281a3f
Octal22625123113011422011277
Binary100101101010100110011001101101001100010100000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A999; }

 p { color: rgb(150,169,153); }

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

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

 a { background-color: rgb(150,169,153); }

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

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

 span { border-color: rgb(150,169,153); }

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