Html Css Color HEX #9DAF5C Green Smoke

📋 copy color: '#9DAF5C'

red 157 ◦ green 175 ◦ blue 92

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

Shades of Green Smoke #9DAF5C

Tints of Green Smoke #9DAF5C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.27%

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 37.03%
G = 41.27%
B = 21.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#9DAF5C (or 0x9DAF5C) is known color: Green Smoke. HEX triplet: 9D, AF and 5C. RGB value is (157,175,92). Sum of RGB (Red+Green+Blue) = 157+175+92=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF5C is #6250A3. Grayscale: #A0A0A0. Windows color (decimal): -6443172 or 6074269. OLE color: 6074269.

HSL color Cylindrical-coordinate representation of color #9DAF5C: hue angle of 73.01º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DAF5C is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 92 -
CMYK 0.10 0 0.47 0.31
HSL 73.01º 0.34% 0.52% -
HSV(B) 73.01º 0.47% 0.69% -
XYZ 31.17 38.6 15.93 -
YUV 160.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 157 175 92 0.10 0 0.47 0.31 73.01 0.34 0.52
Hex 9D AF 5C A 0 2F 1F 49 22 34
Octal 235 257 134 12 0 57 37 111 42 64
Binary 10011101 10101111 1011100 1010 0 101111 11111 1001001 100010 110100

Color Harmonies of #9DAF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF5C

Black with #9DAF5C

Text Example


Text Example

White with #9DAF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,175,92); }

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

background-color css

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

 a { background-color: rgb(157,175,92); }

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

border-color css

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

 span { border-color: rgb(157,175,92); }

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