Html Css Color HEX #9FAB52 Green Smoke

📋 copy color: '#9FAB52'

red 159 ◦ green 171 ◦ blue 82

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

Shades of Green Smoke #9FAB52

Tints of Green Smoke #9FAB52

RGB

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

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

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

R = 38.59%
G = 41.5%
B = 19.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#9FAB52 (or 0x9FAB52) is known color: Green Smoke. HEX triplet: 9F, AB and 52. RGB value is (159,171,82). Sum of RGB (Red+Green+Blue) = 159+171+82=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB52 is #6054AD. Grayscale: #9D9D9D. Windows color (decimal): -6313134 or 5417887. OLE color: 5417887.

HSL color Cylindrical-coordinate representation of color #9FAB52: hue angle of 68.09º 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 #9FAB52 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 82 -
CMYK 0.07 0 0.52 0.33
HSL 68.09º 0.35% 0.5% -
HSV(B) 68.09º 0.52% 0.67% -
XYZ 30.38 37.11 13.54 -
YUV 157.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 159 171 82 0.07 0 0.52 0.33 68.09 0.35 0.5
Hex 9F AB 52 7 0 34 21 44 23 32
Octal 237 253 122 7 0 64 41 104 43 62
Binary 10011111 10101011 1010010 111 0 110100 100001 1000100 100011 110010

Color Harmonies of #9FAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB52

Black with #9FAB52

Text Example


Text Example

White with #9FAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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