Html Css Color HEX #96AD59 Green Smoke

📋 copy color: '#96AD59'

red 150 ◦ green 173 ◦ blue 89

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

Shades of Green Smoke #96AD59

Tints of Green Smoke #96AD59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.6%

R = 36.41%
G = 41.99%
B = 21.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#96AD59 (or 0x96AD59) is known color: Green Smoke. HEX triplet: 96, AD and 59. RGB value is (150,173,89). Sum of RGB (Red+Green+Blue) = 150+173+89=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD59 is #6952A6. Grayscale: #9C9C9C. Windows color (decimal): -6902439 or 5877142. OLE color: 5877142.

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

Color convert

RGB 150 173 89 -
CMYK 0.13 0 0.49 0.32
HSL 76.43º 0.34% 0.51% -
HSV(B) 76.43º 0.49% 0.68% -
XYZ 29.32 37.09 15.07 -
YUV 156.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 150 173 89 0.13 0 0.49 0.32 76.43 0.34 0.51
Hex 96 AD 59 D 0 31 20 4C 22 33
Octal 226 255 131 15 0 61 40 114 42 63
Binary 10010110 10101101 1011001 1101 0 110001 100000 1001100 100010 110011

Color Harmonies of #96AD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD59

Black with #96AD59

Text Example


Text Example

White with #96AD59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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