Html Css Color HEX #9BAA5F Green Smoke

📋 copy color: '#9BAA5F'

red 155 ◦ green 170 ◦ blue 95

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

Shades of Green Smoke #9BAA5F

Tints of Green Smoke #9BAA5F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.48%

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

R = 36.9%
G = 40.48%
B = 22.62%

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

#9BAA5F (or 0x9BAA5F) is known color: Green Smoke. HEX triplet: 9B, AA and 5F. RGB value is (155,170,95). Sum of RGB (Red+Green+Blue) = 155+170+95=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA5F is #6455A0. Grayscale: #9D9D9D. Windows color (decimal): -6575521 or 6269595. OLE color: 6269595.

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

Color convert

RGB 155 170 95 -
CMYK 0.09 0 0.44 0.33
HSL 72º 0.31% 0.52% -
HSV(B) 72º 0.44% 0.67% -
XYZ 29.96 36.54 16.3 -
YUV 156.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 155 170 95 0.09 0 0.44 0.33 72 0.31 0.52
Hex 9B AA 5F 9 0 2C 21 48 1F 34
Octal 233 252 137 11 0 54 41 110 37 64
Binary 10011011 10101010 1011111 1001 0 101100 100001 1001000 11111 110100

Color Harmonies of #9BAA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA5F

Black with #9BAA5F

Text Example


Text Example

White with #9BAA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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