Html Css Color HEX #9DAC52 Green Smoke

📋 copy color: '#9DAC52'

red 157 ◦ green 172 ◦ blue 82

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

Shades of Green Smoke #9DAC52

Tints of Green Smoke #9DAC52

RGB

 RED value IS 157 (61.72% from 255) = 38.2%

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 38.2%
G = 41.85%
B = 19.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#9DAC52 (or 0x9DAC52) is known color: Green Smoke. HEX triplet: 9D, AC and 52. RGB value is (157,172,82). Sum of RGB (Red+Green+Blue) = 157+172+82=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC52 is #6253AD. Grayscale: #9D9D9D. Windows color (decimal): -6443950 or 5418141. OLE color: 5418141.

HSL color Cylindrical-coordinate representation of color #9DAC52: hue angle of 70º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DAC52 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 172 82 -
CMYK 0.09 0 0.52 0.33
HSL 70º 0.35% 0.5% -
HSV(B) 70º 0.52% 0.67% -
XYZ 30.18 37.28 13.59 -
YUV 157.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 157 172 82 0.09 0 0.52 0.33 70 0.35 0.5
Hex 9D AC 52 9 0 34 21 46 23 32
Octal 235 254 122 11 0 64 41 106 43 62
Binary 10011101 10101100 1010010 1001 0 110100 100001 1000110 100011 110010

Color Harmonies of #9DAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC52

Black with #9DAC52

Text Example


Text Example

White with #9DAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAC52; }

 p { color: rgb(157,172,82); }

 H1.HeaderClassName
 {
   color: #9DAC52;
 }
 .AnyTagClassName
 {
   color: #9DAC52;
 }
</style>

background-color css

<style>
 a { background-color: #9DAC52; }

 a { background-color: rgb(157,172,82); }

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

border-color css

<style>
 span { border-color: #9DAC52; }

 span { border-color: rgb(157,172,82); }

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