Html Css Color HEX #9BAB5F Green Smoke

📋 copy color: '#9BAB5F'

red 155 ◦ green 171 ◦ blue 95

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

Shades of Green Smoke #9BAB5F

Tints of Green Smoke #9BAB5F

RGB

 RED value IS 155 (60.94% from 255) = 36.82%

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

 BLUE value IS 95 (37.5% from 255) = 22.57%

R = 36.82%
G = 40.62%
B = 22.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#9BAB5F (or 0x9BAB5F) is known color: Green Smoke. HEX triplet: 9B, AB and 5F. RGB value is (155,171,95). Sum of RGB (Red+Green+Blue) = 155+171+95=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB5F is #6454A0. Grayscale: #9D9D9D. Windows color (decimal): -6575265 or 6269851. OLE color: 6269851.

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

Color convert

RGB 155 171 95 -
CMYK 0.09 0 0.44 0.33
HSL 72.63º 0.31% 0.52% -
HSV(B) 72.63º 0.44% 0.67% -
XYZ 30.15 36.92 16.36 -
YUV 157.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 155 171 95 0.09 0 0.44 0.33 72.63 0.31 0.52
Hex 9B AB 5F 9 0 2C 21 49 1F 34
Octal 233 253 137 11 0 54 41 111 37 64
Binary 10011011 10101011 1011111 1001 0 101100 100001 1001001 11111 110100

Color Harmonies of #9BAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB5F

Black with #9BAB5F

Text Example


Text Example

White with #9BAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,95); }

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

background-color css

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

 a { background-color: rgb(155,171,95); }

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

border-color css

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

 span { border-color: rgb(155,171,95); }

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