Html Css Color HEX #9BA164 Green Smoke

📋 copy color: '#9BA164'

red 155 ◦ green 161 ◦ blue 100

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

Shades of Green Smoke #9BA164

Tints of Green Smoke #9BA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 37.26%
G = 38.7%
B = 24.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#9BA164 (or 0x9BA164) is known color: Green Smoke. HEX triplet: 9B, A1 and 64. RGB value is (155,161,100). Sum of RGB (Red+Green+Blue) = 155+161+100=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA164 is #645E9B. Grayscale: #989898. Windows color (decimal): -6577820 or 6594971. OLE color: 6594971.

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

Color convert

RGB 155 161 100 -
CMYK 0.04 0 0.38 0.37
HSL 65.9º 0.24% 0.51% -
HSV(B) 65.9º 0.38% 0.63% -
XYZ 28.56 33.38 16.99 -
YUV 152.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 155 161 100 0.04 0 0.38 0.37 65.9 0.24 0.51
Hex 9B A1 64 4 0 26 25 42 18 33
Octal 233 241 144 4 0 46 45 102 30 63
Binary 10011011 10100001 1100100 100 0 100110 100101 1000010 11000 110011

Color Harmonies of #9BA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA164

Black with #9BA164

Text Example


Text Example

White with #9BA164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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