Html Css Color HEX #9BA16D Green Smoke

📋 copy color: '#9BA16D'

red 155 ◦ green 161 ◦ blue 109

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

Shades of Green Smoke #9BA16D

Tints of Green Smoke #9BA16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.88%

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 36.47%
G = 37.88%
B = 25.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#9BA16D (or 0x9BA16D) is known color: Green Smoke. HEX triplet: 9B, A1 and 6D. RGB value is (155,161,109). Sum of RGB (Red+Green+Blue) = 155+161+109=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA16D is #645E92. Grayscale: #999999. Windows color (decimal): -6577811 or 7184795. OLE color: 7184795.

HSL color Cylindrical-coordinate representation of color #9BA16D: hue angle of 66.92º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BA16D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 109 -
CMYK 0.04 0 0.32 0.37
HSL 66.92º 0.22% 0.53% -
HSV(B) 66.92º 0.32% 0.63% -
XYZ 29.02 33.56 19.42 -
YUV 153.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 155 161 109 0.04 0 0.32 0.37 66.92 0.22 0.53
Hex 9B A1 6D 4 0 20 25 43 16 35
Octal 233 241 155 4 0 40 45 103 26 65
Binary 10011011 10100001 1101101 100 0 100000 100101 1000011 10110 110101

Color Harmonies of #9BA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA16D

Black with #9BA16D

Text Example


Text Example

White with #9BA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,109); }

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

background-color css

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

 a { background-color: rgb(155,161,109); }

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

border-color css

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

 span { border-color: rgb(155,161,109); }

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