Html Css Color HEX #96AD53 Green Smoke

📋 copy color: '#96AD53'

red 150 ◦ green 173 ◦ blue 83

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

Shades of Green Smoke #96AD53

Tints of Green Smoke #96AD53

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 36.95%
G = 42.61%
B = 20.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#96AD53 (or 0x96AD53) is known color: Green Smoke. HEX triplet: 96, AD and 53. RGB value is (150,173,83). Sum of RGB (Red+Green+Blue) = 150+173+83=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD53 is #6952AC. Grayscale: #9C9C9C. Windows color (decimal): -6902445 or 5483926. OLE color: 5483926.

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

Color convert

RGB 150 173 83 -
CMYK 0.13 0 0.52 0.32
HSL 75.33º 0.35% 0.5% -
HSV(B) 75.33º 0.52% 0.68% -
XYZ 29.08 37 13.79 -
YUV 155.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 150 173 83 0.13 0 0.52 0.32 75.33 0.35 0.5
Hex 96 AD 53 D 0 34 20 4B 23 32
Octal 226 255 123 15 0 64 40 113 43 62
Binary 10010110 10101101 1010011 1101 0 110100 100000 1001011 100011 110010

Color Harmonies of #96AD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD53

Black with #96AD53

Text Example


Text Example

White with #96AD53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,83); }

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

background-color css

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

 a { background-color: rgb(150,173,83); }

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

border-color css

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

 span { border-color: rgb(150,173,83); }

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