Html Css Color HEX #9BA15D Green Smoke

📋 copy color: '#9BA15D'

red 155 ◦ green 161 ◦ blue 93

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

Shades of Green Smoke #9BA15D

Tints of Green Smoke #9BA15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 37.9%
G = 39.36%
B = 22.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#9BA15D (or 0x9BA15D) is known color: Green Smoke. HEX triplet: 9B, A1 and 5D. RGB value is (155,161,93). Sum of RGB (Red+Green+Blue) = 155+161+93=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA15D is #645EA2. Grayscale: #979797. Windows color (decimal): -6577827 or 6136219. OLE color: 6136219.

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

Color convert

RGB 155 161 93 -
CMYK 0.04 0 0.42 0.37
HSL 65.29º 0.27% 0.5% -
HSV(B) 65.29º 0.42% 0.63% -
XYZ 28.24 33.25 15.29 -
YUV 151.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 155 161 93 0.04 0 0.42 0.37 65.29 0.27 0.5
Hex 9B A1 5D 4 0 2A 25 41 1B 32
Octal 233 241 135 4 0 52 45 101 33 62
Binary 10011011 10100001 1011101 100 0 101010 100101 1000001 11011 110010

Color Harmonies of #9BA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA15D

Black with #9BA15D

Text Example


Text Example

White with #9BA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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