Html Css Color HEX #96AF99 Edward

📋 copy color: '#96AF99'

red 150 ◦ green 175 ◦ blue 153

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

Shades of Edward #96AF99

Tints of Edward #96AF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 31.38%
G = 36.61%
B = 32.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#96AF99 (or 0x96AF99) is known color: Edward. HEX triplet: 96, AF and 99. RGB value is (150,175,153). Sum of RGB (Red+Green+Blue) = 150+175+153=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF99 is #695066. Grayscale: #A5A5A5. Windows color (decimal): -6901863 or 10071958. OLE color: 10071958.

HSL color Cylindrical-coordinate representation of color #96AF99: hue angle of 127.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AF99 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 175 153 -
CMYK 0.14 0 0.13 0.31
HSL 127.2º 0.14% 0.64% -
HSV(B) 127.2º 0.14% 0.69% -
XYZ 33.66 39.44 35.98 -
YUV 165.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 150 175 153 0.14 0 0.13 0.31 127.2 0.14 0.64
Hex 96 AF 99 E 0 D 1F 7F E 40
Octal 226 257 231 16 0 15 37 177 16 100
Binary 10010110 10101111 10011001 1110 0 1101 11111 1111111 1110 1000000

Color Harmonies of #96AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF99

Black with #96AF99

Text Example


Text Example

White with #96AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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