Html Css Color HEX #9BAF60 Green Smoke

📋 copy color: '#9BAF60'

red 155 ◦ green 175 ◦ blue 96

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

Shades of Green Smoke #9BAF60

Tints of Green Smoke #9BAF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

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

R = 36.38%
G = 41.08%
B = 22.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#9BAF60 (or 0x9BAF60) is known color: Green Smoke. HEX triplet: 9B, AF and 60. RGB value is (155,175,96). Sum of RGB (Red+Green+Blue) = 155+175+96=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF60 is #64509F. Grayscale: #A0A0A0. Windows color (decimal): -6574240 or 6336411. OLE color: 6336411.

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

Color convert

RGB 155 175 96 -
CMYK 0.11 0 0.45 0.31
HSL 75.19º 0.33% 0.53% -
HSV(B) 75.19º 0.45% 0.69% -
XYZ 30.96 38.47 16.86 -
YUV 160.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 155 175 96 0.11 0 0.45 0.31 75.19 0.33 0.53
Hex 9B AF 60 B 0 2D 1F 4B 21 35
Octal 233 257 140 13 0 55 37 113 41 65
Binary 10011011 10101111 1100000 1011 0 101101 11111 1001011 100001 110101

Color Harmonies of #9BAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF60

Black with #9BAF60

Text Example


Text Example

White with #9BAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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