Html Css Color HEX #9BA856 Green Smoke

📋 copy color: '#9BA856'

red 155 ◦ green 168 ◦ blue 86

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

Shades of Green Smoke #9BA856

Tints of Green Smoke #9BA856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 37.9%
G = 41.08%
B = 21.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#9BA856 (or 0x9BA856) is known color: Green Smoke. HEX triplet: 9B, A8 and 56. RGB value is (155,168,86). Sum of RGB (Red+Green+Blue) = 155+168+86=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA856 is #6457A9. Grayscale: #9B9B9B. Windows color (decimal): -6576042 or 5679259. OLE color: 5679259.

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

Color convert

RGB 155 168 86 -
CMYK 0.08 0 0.49 0.34
HSL 69.51º 0.32% 0.5% -
HSV(B) 69.51º 0.49% 0.66% -
XYZ 29.2 35.65 14.15 -
YUV 154.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 155 168 86 0.08 0 0.49 0.34 69.51 0.32 0.5
Hex 9B A8 56 8 0 31 22 46 20 32
Octal 233 250 126 10 0 61 42 106 40 62
Binary 10011011 10101000 1010110 1000 0 110001 100010 1000110 100000 110010

Color Harmonies of #9BA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA856

Black with #9BA856

Text Example


Text Example

White with #9BA856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,86); }

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

background-color css

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

 a { background-color: rgb(155,168,86); }

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

border-color css

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

 span { border-color: rgb(155,168,86); }

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