Html Css Color HEX #9CA05D Green Smoke

📋 copy color: '#9CA05D'

red 156 ◦ green 160 ◦ blue 93

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

Shades of Green Smoke #9CA05D

Tints of Green Smoke #9CA05D

RGB

 RED value IS 156 (61.33% from 255) = 38.14%

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

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

R = 38.14%
G = 39.12%
B = 22.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#9CA05D (or 0x9CA05D) is known color: Green Smoke. HEX triplet: 9C, A0 and 5D. RGB value is (156,160,93). Sum of RGB (Red+Green+Blue) = 156+160+93=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA05D is #635FA2. Grayscale: #979797. Windows color (decimal): -6512547 or 6135964. OLE color: 6135964.

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

Color convert

RGB 156 160 93 -
CMYK 0.02 0 0.42 0.37
HSL 63.58º 0.26% 0.5% -
HSV(B) 63.58º 0.42% 0.63% -
XYZ 28.26 33 15.24 -
YUV 151.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 156 160 93 0.02 0 0.42 0.37 63.58 0.26 0.5
Hex 9C A0 5D 2 0 2A 25 40 1A 32
Octal 234 240 135 2 0 52 45 100 32 62
Binary 10011100 10100000 1011101 10 0 101010 100101 1000000 11010 110010

Color Harmonies of #9CA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA05D

Black with #9CA05D

Text Example


Text Example

White with #9CA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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