Html Css Color HEX #9BAA60 Green Smoke

📋 copy color: '#9BAA60'

red 155 ◦ green 170 ◦ blue 96

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

Shades of Green Smoke #9BAA60

Tints of Green Smoke #9BAA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.8%

R = 36.82%
G = 40.38%
B = 22.8%

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

#9BAA60 (or 0x9BAA60) is known color: Green Smoke. HEX triplet: 9B, AA and 60. RGB value is (155,170,96). Sum of RGB (Red+Green+Blue) = 155+170+96=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAA60 is #64559F. Grayscale: #9D9D9D. Windows color (decimal): -6575520 or 6335131. OLE color: 6335131.

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

Color convert

RGB 155 170 96 -
CMYK 0.09 0 0.44 0.33
HSL 72.16º 0.3% 0.52% -
HSV(B) 72.16º 0.44% 0.67% -
XYZ 30 36.56 16.54 -
YUV 157.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 155 170 96 0.09 0 0.44 0.33 72.16 0.3 0.52
Hex 9B AA 60 9 0 2C 21 48 1E 34
Octal 233 252 140 11 0 54 41 110 36 64
Binary 10011011 10101010 1100000 1001 0 101100 100001 1001000 11110 110100

Color Harmonies of #9BAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA60

Black with #9BAA60

Text Example


Text Example

White with #9BAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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