Html Css Color HEX #96A559 Green Smoke

📋 copy color: '#96A559'

red 150 ◦ green 165 ◦ blue 89

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

Shades of Green Smoke #96A559

Tints of Green Smoke #96A559

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 37.13%
G = 40.84%
B = 22.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#96A559 (or 0x96A559) is known color: Green Smoke. HEX triplet: 96, A5 and 59. RGB value is (150,165,89). Sum of RGB (Red+Green+Blue) = 150+165+89=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #96A559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A559 is #695AA6. Grayscale: #989898. Windows color (decimal): -6904487 or 5875094. OLE color: 5875094.

HSL color Cylindrical-coordinate representation of color #96A559: hue angle of 71.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96A559 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 165 89 -
CMYK 0.09 0 0.46 0.35
HSL 71.84º 0.3% 0.5% -
HSV(B) 71.84º 0.46% 0.65% -
XYZ 27.84 34.12 14.57 -
YUV 151.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 150 165 89 0.09 0 0.46 0.35 71.84 0.3 0.5
Hex 96 A5 59 9 0 2E 23 48 1E 32
Octal 226 245 131 11 0 56 43 110 36 62
Binary 10010110 10100101 1011001 1001 0 101110 100011 1001000 11110 110010

Color Harmonies of #96A559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A559

Black with #96A559

Text Example


Text Example

White with #96A559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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