Html Css Color HEX #9FA552 Green Smoke

📋 copy color: '#9FA552'

red 159 ◦ green 165 ◦ blue 82

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

Shades of Green Smoke #9FA552

Tints of Green Smoke #9FA552

RGB

 RED value IS 159 (62.5% from 255) = 39.16%

 GREEN value IS 165 (64.84% from 255) = 40.64%

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

R = 39.16%
G = 40.64%
B = 20.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#9FA552 (or 0x9FA552) is known color: Green Smoke. HEX triplet: 9F, A5 and 52. RGB value is (159,165,82). Sum of RGB (Red+Green+Blue) = 159+165+82=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA552 is #605AAD. Grayscale: #9A9A9A. Windows color (decimal): -6314670 or 5416351. OLE color: 5416351.

HSL color Cylindrical-coordinate representation of color #9FA552: hue angle of 64.34º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FA552 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 82 -
CMYK 0.04 0 0.50 0.35
HSL 64.34º 0.34% 0.48% -
HSV(B) 64.34º 0.5% 0.65% -
XYZ 29.28 34.89 13.17 -
YUV 153.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 159 165 82 0.04 0 0.50 0.35 64.34 0.34 0.48
Hex 9F A5 52 4 0 32 23 40 22 30
Octal 237 245 122 4 0 62 43 100 42 60
Binary 10011111 10100101 1010010 100 0 110010 100011 1000000 100010 110000

Color Harmonies of #9FA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA552

Black with #9FA552

Text Example


Text Example

White with #9FA552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,82); }

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

background-color css

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

 a { background-color: rgb(159,165,82); }

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

border-color css

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

 span { border-color: rgb(159,165,82); }

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