Html Css Color HEX #96A359 Green Smoke

📋 copy color: '#96A359'

red 150 ◦ green 163 ◦ blue 89

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

Shades of Green Smoke #96A359

Tints of Green Smoke #96A359

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 37.31%
G = 40.55%
B = 22.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#96A359 (or 0x96A359) is known color: Green Smoke. HEX triplet: 96, A3 and 59. RGB value is (150,163,89). Sum of RGB (Red+Green+Blue) = 150+163+89=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #96A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A359 is #695CA6. Grayscale: #969696. Windows color (decimal): -6904999 or 5874582. OLE color: 5874582.

HSL color Cylindrical-coordinate representation of color #96A359: hue angle of 70.54º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96A359 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 89 -
CMYK 0.08 0 0.45 0.36
HSL 70.54º 0.29% 0.49% -
HSV(B) 70.54º 0.45% 0.64% -
XYZ 27.48 33.4 14.45 -
YUV 150.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 150 163 89 0.08 0 0.45 0.36 70.54 0.29 0.49
Hex 96 A3 59 8 0 2D 24 47 1D 31
Octal 226 243 131 10 0 55 44 107 35 61
Binary 10010110 10100011 1011001 1000 0 101101 100100 1000111 11101 110001

Color Harmonies of #96A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A359

Black with #96A359

Text Example


Text Example

White with #96A359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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