Html Css Color HEX #9BA56F Green Smoke

📋 copy color: '#9BA56F'

red 155 ◦ green 165 ◦ blue 111

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

Shades of Green Smoke #9BA56F

Tints of Green Smoke #9BA56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

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

R = 35.96%
G = 38.28%
B = 25.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#9BA56F (or 0x9BA56F) is known color: Green Smoke. HEX triplet: 9B, A5 and 6F. RGB value is (155,165,111). Sum of RGB (Red+Green+Blue) = 155+165+111=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA56F is #645A90. Grayscale: #9C9C9C. Windows color (decimal): -6576785 or 7316891. OLE color: 7316891.

HSL color Cylindrical-coordinate representation of color #9BA56F: hue angle of 71.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA56F is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 111 -
CMYK 0.06 0 0.33 0.35
HSL 71.11º 0.23% 0.54% -
HSV(B) 71.11º 0.33% 0.65% -
XYZ 29.84 35.03 20.23 -
YUV 155.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 155 165 111 0.06 0 0.33 0.35 71.11 0.23 0.54
Hex 9B A5 6F 6 0 21 23 47 17 36
Octal 233 245 157 6 0 41 43 107 27 66
Binary 10011011 10100101 1101111 110 0 100001 100011 1000111 10111 110110

Color Harmonies of #9BA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA56F

Black with #9BA56F

Text Example


Text Example

White with #9BA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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