Html Css Color HEX #9CA15B Green Smoke

📋 copy color: '#9CA15B'

red 156 ◦ green 161 ◦ blue 91

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

Shades of Green Smoke #9CA15B

Tints of Green Smoke #9CA15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 38.24%
G = 39.46%
B = 22.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#9CA15B (or 0x9CA15B) is known color: Green Smoke. HEX triplet: 9C, A1 and 5B. RGB value is (156,161,91). Sum of RGB (Red+Green+Blue) = 156+161+91=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA15B is #635EA4. Grayscale: #979797. Windows color (decimal): -6512293 or 6005148. OLE color: 6005148.

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

Color convert

RGB 156 161 91 -
CMYK 0.03 0 0.43 0.37
HSL 64.29º 0.28% 0.49% -
HSV(B) 64.29º 0.43% 0.63% -
XYZ 28.34 33.31 14.83 -
YUV 151.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 156 161 91 0.03 0 0.43 0.37 64.29 0.28 0.49
Hex 9C A1 5B 3 0 2B 25 40 1C 31
Octal 234 241 133 3 0 53 45 100 34 61
Binary 10011100 10100001 1011011 11 0 101011 100101 1000000 11100 110001

Color Harmonies of #9CA15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA15B

Black with #9CA15B

Text Example


Text Example

White with #9CA15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,161,91); }

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

background-color css

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

 a { background-color: rgb(156,161,91); }

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

border-color css

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

 span { border-color: rgb(156,161,91); }

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