Html Css Color HEX #96AB50 Green Smoke

📋 copy color: '#96AB50'

red 150 ◦ green 171 ◦ blue 80

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

Shades of Green Smoke #96AB50

Tints of Green Smoke #96AB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 37.41%
G = 42.64%
B = 19.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#96AB50 (or 0x96AB50) is known color: Green Smoke. HEX triplet: 96, AB and 50. RGB value is (150,171,80). Sum of RGB (Red+Green+Blue) = 150+171+80=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB50 is #6954AF. Grayscale: #9A9A9A. Windows color (decimal): -6902960 or 5286806. OLE color: 5286806.

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

Color convert

RGB 150 171 80 -
CMYK 0.12 0 0.53 0.33
HSL 73.85º 0.36% 0.49% -
HSV(B) 73.85º 0.53% 0.67% -
XYZ 28.59 36.19 13.07 -
YUV 154.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 150 171 80 0.12 0 0.53 0.33 73.85 0.36 0.49
Hex 96 AB 50 C 0 35 21 4A 24 31
Octal 226 253 120 14 0 65 41 112 44 61
Binary 10010110 10101011 1010000 1100 0 110101 100001 1001010 100100 110001

Color Harmonies of #96AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB50

Black with #96AB50

Text Example


Text Example

White with #96AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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