Html Css Color HEX #9BA16E Green Smoke

📋 copy color: '#9BA16E'

red 155 ◦ green 161 ◦ blue 110

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

Shades of Green Smoke #9BA16E

Tints of Green Smoke #9BA16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 36.38%
G = 37.79%
B = 25.82%

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

#9BA16E (or 0x9BA16E) is known color: Green Smoke. HEX triplet: 9B, A1 and 6E. RGB value is (155,161,110). Sum of RGB (Red+Green+Blue) = 155+161+110=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA16E is #645E91. Grayscale: #999999. Windows color (decimal): -6577810 or 7250331. OLE color: 7250331.

HSL color Cylindrical-coordinate representation of color #9BA16E: hue angle of 67.06º degrees, saturation: 0.21, 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 #9BA16E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 110 -
CMYK 0.04 0 0.32 0.37
HSL 67.06º 0.21% 0.53% -
HSV(B) 67.06º 0.32% 0.63% -
XYZ 29.08 33.58 19.7 -
YUV 153.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 155 161 110 0.04 0 0.32 0.37 67.06 0.21 0.53
Hex 9B A1 6E 4 0 20 25 43 15 35
Octal 233 241 156 4 0 40 45 103 25 65
Binary 10011011 10100001 1101110 100 0 100000 100101 1000011 10101 110101

Color Harmonies of #9BA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA16E

Black with #9BA16E

Text Example


Text Example

White with #9BA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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