Html Css Color HEX #9BAA49 Green Smoke

📋 copy color: '#9BAA49'

red 155 ◦ green 170 ◦ blue 73

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

Shades of Green Smoke #9BAA49

Tints of Green Smoke #9BAA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 38.94%
G = 42.71%
B = 18.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#9BAA49 (or 0x9BAA49) is known color: Green Smoke. HEX triplet: 9B, AA and 49. RGB value is (155,170,73). Sum of RGB (Red+Green+Blue) = 155+170+73=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA49 is #6455B6. Grayscale: #9A9A9A. Windows color (decimal): -6575543 or 4827803. OLE color: 4827803.

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

Color convert

RGB 155 170 73 -
CMYK 0.09 0 0.57 0.33
HSL 69.28º 0.4% 0.48% -
HSV(B) 69.28º 0.57% 0.67% -
XYZ 29.09 36.2 11.76 -
YUV 154.46 82.03 128.39 -
System Red Green Blue C M Y K H S L
Decimal 155 170 73 0.09 0 0.57 0.33 69.28 0.4 0.48
Hex 9B AA 49 9 0 39 21 45 28 30
Octal 233 252 111 11 0 71 41 105 50 60
Binary 10011011 10101010 1001001 1001 0 111001 100001 1000101 101000 110000

Color Harmonies of #9BAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA49

Black with #9BAA49

Text Example


Text Example

White with #9BAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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