Html Css Color HEX #9BA05D Green Smoke

📋 copy color: '#9BA05D'

red 155 ◦ green 160 ◦ blue 93

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

Shades of Green Smoke #9BA05D

Tints of Green Smoke #9BA05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

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

R = 37.99%
G = 39.22%
B = 22.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#9BA05D (or 0x9BA05D) is known color: Green Smoke. HEX triplet: 9B, A0 and 5D. RGB value is (155,160,93). Sum of RGB (Red+Green+Blue) = 155+160+93=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA05D is #645FA2. Grayscale: #979797. Windows color (decimal): -6578083 or 6135963. OLE color: 6135963.

HSL color Cylindrical-coordinate representation of color #9BA05D: hue angle of 64.48º degrees, saturation: 0.26, 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 #9BA05D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 93 -
CMYK 0.03 0 0.42 0.37
HSL 64.48º 0.26% 0.5% -
HSV(B) 64.48º 0.42% 0.63% -
XYZ 28.06 32.9 15.23 -
YUV 150.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 155 160 93 0.03 0 0.42 0.37 64.48 0.26 0.5
Hex 9B A0 5D 3 0 2A 25 40 1A 32
Octal 233 240 135 3 0 52 45 100 32 62
Binary 10011011 10100000 1011101 11 0 101010 100101 1000000 11010 110010

Color Harmonies of #9BA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA05D

Black with #9BA05D

Text Example


Text Example

White with #9BA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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