Html Css Color HEX #9BAC60 Green Smoke

📋 copy color: '#9BAC60'

red 155 ◦ green 172 ◦ blue 96

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

Shades of Green Smoke #9BAC60

Tints of Green Smoke #9BAC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

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

R = 36.64%
G = 40.66%
B = 22.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#9BAC60 (or 0x9BAC60) is known color: Green Smoke. HEX triplet: 9B, AC and 60. RGB value is (155,172,96). Sum of RGB (Red+Green+Blue) = 155+172+96=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC60 is #64539F. Grayscale: #9E9E9E. Windows color (decimal): -6575008 or 6335643. OLE color: 6335643.

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

Color convert

RGB 155 172 96 -
CMYK 0.10 0 0.44 0.33
HSL 73.42º 0.31% 0.53% -
HSV(B) 73.42º 0.44% 0.67% -
XYZ 30.38 37.32 16.67 -
YUV 158.25 92.87 125.68 -
System Red Green Blue C M Y K H S L
Decimal 155 172 96 0.10 0 0.44 0.33 73.42 0.31 0.53
Hex 9B AC 60 A 0 2C 21 49 1F 35
Octal 233 254 140 12 0 54 41 111 37 65
Binary 10011011 10101100 1100000 1010 0 101100 100001 1001001 11111 110101

Color Harmonies of #9BAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC60

Black with #9BAC60

Text Example


Text Example

White with #9BAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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