Html Css Color HEX #96AB63 Green Smoke

📋 copy color: '#96AB63'

red 150 ◦ green 171 ◦ blue 99

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

Shades of Green Smoke #96AB63

Tints of Green Smoke #96AB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.57%

R = 35.71%
G = 40.71%
B = 23.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#96AB63 (or 0x96AB63) is known color: Green Smoke. HEX triplet: 96, AB and 63. RGB value is (150,171,99). Sum of RGB (Red+Green+Blue) = 150+171+99=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB63 is #69549C. Grayscale: #9C9C9C. Windows color (decimal): -6902941 or 6531990. OLE color: 6531990.

HSL color Cylindrical-coordinate representation of color #96AB63: hue angle of 77.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96AB63 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 99 -
CMYK 0.12 0 0.42 0.33
HSL 77.5º 0.3% 0.53% -
HSV(B) 77.5º 0.42% 0.67% -
XYZ 29.39 36.51 17.3 -
YUV 156.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 150 171 99 0.12 0 0.42 0.33 77.5 0.3 0.53
Hex 96 AB 63 C 0 2A 21 4E 1E 35
Octal 226 253 143 14 0 52 41 116 36 65
Binary 10010110 10101011 1100011 1100 0 101010 100001 1001110 11110 110101

Color Harmonies of #96AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB63

Black with #96AB63

Text Example


Text Example

White with #96AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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