Html Css Color HEX #96A399 Edward

📋 copy color: '#96A399'

red 150 ◦ green 163 ◦ blue 153

#96A399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #96A399

Tints of Edward #96A399

RGB

 RED value IS 150 (58.98% from 255) = 32.19%

 GREEN value IS 163 (64.06% from 255) = 34.98%

 BLUE value IS 153 (60.16% from 255) = 32.83%

R = 32.19%
G = 34.98%
B = 32.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#96A399 (or 0x96A399) is known color: Edward. HEX triplet: 96, A3 and 99. RGB value is (150,163,153). Sum of RGB (Red+Green+Blue) = 150+163+153=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #96A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A399 is #695C66. Grayscale: #9E9E9E. Windows color (decimal): -6904935 or 10068886. OLE color: 10068886.

HSL color Cylindrical-coordinate representation of color #96A399: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96A399 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 153 -
CMYK 0.08 0 0.06 0.36
HSL 133.85º 0.07% 0.61% -
HSV(B) 133.85º 0.08% 0.64% -
XYZ 31.42 34.98 35.23 -
YUV 157.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 150 163 153 0.08 0 0.06 0.36 133.85 0.07 0.61
Hex 96 A3 99 8 0 6 24 86 7 3D
Octal 226 243 231 10 0 6 44 206 7 75
Binary 10010110 10100011 10011001 1000 0 110 100100 10000110 111 111101

Color Harmonies of #96A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A399

Black with #96A399

Text Example


Text Example

White with #96A399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96A399;
 }
 .AnyTagClassName
 {
   color: #96A399;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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