Html Css Color HEX #96A35E Green Smoke

📋 copy color: '#96A35E'

red 150 ◦ green 163 ◦ blue 94

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

Shades of Green Smoke #96A35E

Tints of Green Smoke #96A35E

RGB

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

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

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

R = 36.86%
G = 40.05%
B = 23.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#96A35E (or 0x96A35E) is known color: Green Smoke. HEX triplet: 96, A3 and 5E. RGB value is (150,163,94). Sum of RGB (Red+Green+Blue) = 150+163+94=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #96A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A35E is #695CA1. Grayscale: #979797. Windows color (decimal): -6904994 or 6202262. OLE color: 6202262.

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

Color convert

RGB 150 163 94 -
CMYK 0.08 0 0.42 0.36
HSL 71.3º 0.27% 0.5% -
HSV(B) 71.3º 0.42% 0.64% -
XYZ 27.7 33.49 15.59 -
YUV 151.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 150 163 94 0.08 0 0.42 0.36 71.3 0.27 0.5
Hex 96 A3 5E 8 0 2A 24 47 1B 32
Octal 226 243 136 10 0 52 44 107 33 62
Binary 10010110 10100011 1011110 1000 0 101010 100100 1000111 11011 110010

Color Harmonies of #96A35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A35E

Black with #96A35E

Text Example


Text Example

White with #96A35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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