Html Css Color HEX #9BA060 Green Smoke

📋 copy color: '#9BA060'

red 155 ◦ green 160 ◦ blue 96

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

Shades of Green Smoke #9BA060

Tints of Green Smoke #9BA060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.93%

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

R = 37.71%
G = 38.93%
B = 23.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#9BA060 (or 0x9BA060) is known color: Green Smoke. HEX triplet: 9B, A0 and 60. RGB value is (155,160,96). Sum of RGB (Red+Green+Blue) = 155+160+96=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA060 is #645F9F. Grayscale: #979797. Windows color (decimal): -6578080 or 6332571. OLE color: 6332571.

HSL color Cylindrical-coordinate representation of color #9BA060: hue angle of 64.69º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA060 is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 96 -
CMYK 0.03 0 0.4 0.37
HSL 64.69º 0.25% 0.5% -
HSV(B) 64.69º 0.4% 0.63% -
XYZ 28.2 32.95 15.94 -
YUV 151.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 155 160 96 0.03 0 0.4 0.37 64.69 0.25 0.5
Hex 9B A0 60 3 0 28 25 41 19 32
Octal 233 240 140 3 0 50 45 101 31 62
Binary 10011011 10100000 1100000 11 0 101000 100101 1000001 11001 110010

Color Harmonies of #9BA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA060

Black with #9BA060

Text Example


Text Example

White with #9BA060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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