Html Css Color HEX #96AD5E Green Smoke

📋 copy color: '#96AD5E'

red 150 ◦ green 173 ◦ blue 94

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

Shades of Green Smoke #96AD5E

Tints of Green Smoke #96AD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.49%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 35.97%
G = 41.49%
B = 22.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#96AD5E (or 0x96AD5E) is known color: Green Smoke. HEX triplet: 96, AD and 5E. RGB value is (150,173,94). Sum of RGB (Red+Green+Blue) = 150+173+94=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD5E is #6952A1. Grayscale: #9D9D9D. Windows color (decimal): -6902434 or 6204822. OLE color: 6204822.

HSL color Cylindrical-coordinate representation of color #96AD5E: hue angle of 77.47º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96AD5E is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 94 -
CMYK 0.13 0 0.46 0.32
HSL 77.47º 0.33% 0.52% -
HSV(B) 77.47º 0.46% 0.68% -
XYZ 29.54 37.18 16.21 -
YUV 157.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 150 173 94 0.13 0 0.46 0.32 77.47 0.33 0.52
Hex 96 AD 5E D 0 2E 20 4D 21 34
Octal 226 255 136 15 0 56 40 115 41 64
Binary 10010110 10101101 1011110 1101 0 101110 100000 1001101 100001 110100

Color Harmonies of #96AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD5E

Black with #96AD5E

Text Example


Text Example

White with #96AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,94); }

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

background-color css

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

 a { background-color: rgb(150,173,94); }

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

border-color css

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

 span { border-color: rgb(150,173,94); }

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