Html Css Color HEX #96AB5E Green Smoke

📋 copy color: '#96AB5E'

red 150 ◦ green 171 ◦ blue 94

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

Shades of Green Smoke #96AB5E

Tints of Green Smoke #96AB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 36.14%
G = 41.2%
B = 22.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#96AB5E (or 0x96AB5E) is known color: Green Smoke. HEX triplet: 96, AB and 5E. RGB value is (150,171,94). Sum of RGB (Red+Green+Blue) = 150+171+94=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB5E is #6954A1. Grayscale: #9C9C9C. Windows color (decimal): -6902946 or 6204310. OLE color: 6204310.

HSL color Cylindrical-coordinate representation of color #96AB5E: hue angle of 76.36º degrees, saturation: 0.31, 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 #96AB5E is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 94 -
CMYK 0.12 0 0.45 0.33
HSL 76.36º 0.31% 0.52% -
HSV(B) 76.36º 0.45% 0.67% -
XYZ 29.16 36.42 16.08 -
YUV 155.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 150 171 94 0.12 0 0.45 0.33 76.36 0.31 0.52
Hex 96 AB 5E C 0 2D 21 4C 1F 34
Octal 226 253 136 14 0 55 41 114 37 64
Binary 10010110 10101011 1011110 1100 0 101101 100001 1001100 11111 110100

Color Harmonies of #96AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB5E

Black with #96AB5E

Text Example


Text Example

White with #96AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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