Html Css Color HEX #9DAB55 Green Smoke

📋 copy color: '#9DAB55'

red 157 ◦ green 171 ◦ blue 85

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

Shades of Green Smoke #9DAB55

Tints of Green Smoke #9DAB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 38.01%
G = 41.4%
B = 20.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#9DAB55 (or 0x9DAB55) is known color: Green Smoke. HEX triplet: 9D, AB and 55. RGB value is (157,171,85). Sum of RGB (Red+Green+Blue) = 157+171+85=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB55 is #6254AA. Grayscale: #9D9D9D. Windows color (decimal): -6444203 or 5614493. OLE color: 5614493.

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

Color convert

RGB 157 171 85 -
CMYK 0.08 0 0.50 0.33
HSL 69.77º 0.34% 0.5% -
HSV(B) 69.77º 0.5% 0.67% -
XYZ 30.11 36.95 14.14 -
YUV 157.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 157 171 85 0.08 0 0.50 0.33 69.77 0.34 0.5
Hex 9D AB 55 8 0 32 21 46 22 32
Octal 235 253 125 10 0 62 41 106 42 62
Binary 10011101 10101011 1010101 1000 0 110010 100001 1000110 100010 110010

Color Harmonies of #9DAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAB55

Black with #9DAB55

Text Example


Text Example

White with #9DAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,171,85); }

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

background-color css

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

 a { background-color: rgb(157,171,85); }

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

border-color css

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

 span { border-color: rgb(157,171,85); }

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