Html Css Color HEX #96AF93 Mantle

📋 copy color: '#96AF93'

red 150 ◦ green 175 ◦ blue 147

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

Shades of Mantle #96AF93

Tints of Mantle #96AF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 31.78%
G = 37.08%
B = 31.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#96AF93 (or 0x96AF93) is known color: Mantle. HEX triplet: 96, AF and 93. RGB value is (150,175,147). Sum of RGB (Red+Green+Blue) = 150+175+147=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF93 is #69506C. Grayscale: #A4A4A4. Windows color (decimal): -6901869 or 9678742. OLE color: 9678742.

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

Color convert

RGB 150 175 147 -
CMYK 0.14 0 0.16 0.31
HSL 113.57º 0.15% 0.63% -
HSV(B) 113.57º 0.16% 0.69% -
XYZ 33.17 39.25 33.43 -
YUV 164.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 150 175 147 0.14 0 0.16 0.31 113.57 0.15 0.63
Hex 96 AF 93 E 0 10 1F 72 F 3F
Octal 226 257 223 16 0 20 37 162 17 77
Binary 10010110 10101111 10010011 1110 0 10000 11111 1110010 1111 111111

Color Harmonies of #96AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF93

Black with #96AF93

Text Example


Text Example

White with #96AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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