Html Css Color HEX #96AB65 Green Smoke

📋 copy color: '#96AB65'

red 150 ◦ green 171 ◦ blue 101

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

Shades of Green Smoke #96AB65

Tints of Green Smoke #96AB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 35.55%
G = 40.52%
B = 23.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#96AB65 (or 0x96AB65) is known color: Green Smoke. HEX triplet: 96, AB and 65. RGB value is (150,171,101). Sum of RGB (Red+Green+Blue) = 150+171+101=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB65 is #69549A. Grayscale: #9D9D9D. Windows color (decimal): -6902939 or 6663062. OLE color: 6663062.

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

Color convert

RGB 150 171 101 -
CMYK 0.12 0 0.41 0.33
HSL 78º 0.29% 0.53% -
HSV(B) 78º 0.41% 0.67% -
XYZ 29.49 36.55 17.81 -
YUV 156.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 150 171 101 0.12 0 0.41 0.33 78 0.29 0.53
Hex 96 AB 65 C 0 29 21 4E 1D 35
Octal 226 253 145 14 0 51 41 116 35 65
Binary 10010110 10101011 1100101 1100 0 101001 100001 1001110 11101 110101

Color Harmonies of #96AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB65

Black with #96AB65

Text Example


Text Example

White with #96AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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