Html Css Color HEX #9BA86A Green Smoke

📋 copy color: '#9BA86A'

red 155 ◦ green 168 ◦ blue 106

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

Shades of Green Smoke #9BA86A

Tints of Green Smoke #9BA86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 36.13%
G = 39.16%
B = 24.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#9BA86A (or 0x9BA86A) is known color: Green Smoke. HEX triplet: 9B, A8 and 6A. RGB value is (155,168,106). Sum of RGB (Red+Green+Blue) = 155+168+106=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA86A is #645795. Grayscale: #9D9D9D. Windows color (decimal): -6576022 or 6989979. OLE color: 6989979.

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

Color convert

RGB 155 168 106 -
CMYK 0.08 0 0.37 0.34
HSL 72.58º 0.26% 0.54% -
HSV(B) 72.58º 0.37% 0.66% -
XYZ 30.12 36.01 19 -
YUV 157.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 155 168 106 0.08 0 0.37 0.34 72.58 0.26 0.54
Hex 9B A8 6A 8 0 25 22 49 1A 36
Octal 233 250 152 10 0 45 42 111 32 66
Binary 10011011 10101000 1101010 1000 0 100101 100010 1001001 11010 110110

Color Harmonies of #9BA86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA86A

Black with #9BA86A

Text Example


Text Example

White with #9BA86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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