Html Css Color HEX #9BA96F Green Smoke

📋 copy color: '#9BA96F'

red 155 ◦ green 169 ◦ blue 111

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

Shades of Green Smoke #9BA96F

Tints of Green Smoke #9BA96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.85%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 35.63%
G = 38.85%
B = 25.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#9BA96F (or 0x9BA96F) is known color: Green Smoke. HEX triplet: 9B, A9 and 6F. RGB value is (155,169,111). Sum of RGB (Red+Green+Blue) = 155+169+111=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA96F is #645690. Grayscale: #9E9E9E. Windows color (decimal): -6575761 or 7317915. OLE color: 7317915.

HSL color Cylindrical-coordinate representation of color #9BA96F: hue angle of 74.48º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA96F is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 111 -
CMYK 0.08 0 0.34 0.34
HSL 74.48º 0.25% 0.55% -
HSV(B) 74.48º 0.34% 0.66% -
XYZ 30.57 36.49 20.47 -
YUV 158.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 155 169 111 0.08 0 0.34 0.34 74.48 0.25 0.55
Hex 9B A9 6F 8 0 22 22 4A 19 37
Octal 233 251 157 10 0 42 42 112 31 67
Binary 10011011 10101001 1101111 1000 0 100010 100010 1001010 11001 110111

Color Harmonies of #9BA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA96F

Black with #9BA96F

Text Example


Text Example

White with #9BA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,111); }

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

background-color css

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

 a { background-color: rgb(155,169,111); }

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

border-color css

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

 span { border-color: rgb(155,169,111); }

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