Html Css Color HEX #9BA15A Green Smoke

📋 copy color: '#9BA15A'

red 155 ◦ green 161 ◦ blue 90

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

Shades of Green Smoke #9BA15A

Tints of Green Smoke #9BA15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 38.18%
G = 39.66%
B = 22.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#9BA15A (or 0x9BA15A) is known color: Green Smoke. HEX triplet: 9B, A1 and 5A. RGB value is (155,161,90). Sum of RGB (Red+Green+Blue) = 155+161+90=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA15A is #645EA5. Grayscale: #979797. Windows color (decimal): -6577830 or 5939611. OLE color: 5939611.

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

Color convert

RGB 155 161 90 -
CMYK 0.04 0 0.44 0.37
HSL 65.07º 0.28% 0.49% -
HSV(B) 65.07º 0.44% 0.63% -
XYZ 28.11 33.2 14.6 -
YUV 151.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 155 161 90 0.04 0 0.44 0.37 65.07 0.28 0.49
Hex 9B A1 5A 4 0 2C 25 41 1C 31
Octal 233 241 132 4 0 54 45 101 34 61
Binary 10011011 10100001 1011010 100 0 101100 100101 1000001 11100 110001

Color Harmonies of #9BA15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA15A

Black with #9BA15A

Text Example


Text Example

White with #9BA15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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