Html Css Color HEX #96AC5E Green Smoke

📋 copy color: '#96AC5E'

red 150 ◦ green 172 ◦ blue 94

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

Shades of Green Smoke #96AC5E

Tints of Green Smoke #96AC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

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

R = 36.06%
G = 41.35%
B = 22.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#96AC5E (or 0x96AC5E) is known color: Green Smoke. HEX triplet: 96, AC and 5E. RGB value is (150,172,94). Sum of RGB (Red+Green+Blue) = 150+172+94=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC5E is #6953A1. Grayscale: #9C9C9C. Windows color (decimal): -6902690 or 6204566. OLE color: 6204566.

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

Color convert

RGB 150 172 94 -
CMYK 0.13 0 0.45 0.33
HSL 76.92º 0.32% 0.52% -
HSV(B) 76.92º 0.45% 0.67% -
XYZ 29.35 36.8 16.15 -
YUV 156.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 150 172 94 0.13 0 0.45 0.33 76.92 0.32 0.52
Hex 96 AC 5E D 0 2D 21 4D 20 34
Octal 226 254 136 15 0 55 41 115 40 64
Binary 10010110 10101100 1011110 1101 0 101101 100001 1001101 100000 110100

Color Harmonies of #96AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC5E

Black with #96AC5E

Text Example


Text Example

White with #96AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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