Html Css Color HEX #9CA155 Green Smoke

📋 copy color: '#9CA155'

red 156 ◦ green 161 ◦ blue 85

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

Shades of Green Smoke #9CA155

Tints of Green Smoke #9CA155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.14%

R = 38.81%
G = 40.05%
B = 21.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#9CA155 (or 0x9CA155) is known color: Green Smoke. HEX triplet: 9C, A1 and 55. RGB value is (156,161,85). Sum of RGB (Red+Green+Blue) = 156+161+85=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA155 is #635EAA. Grayscale: #979797. Windows color (decimal): -6512299 or 5611932. OLE color: 5611932.

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

Color convert

RGB 156 161 85 -
CMYK 0.03 0 0.47 0.37
HSL 63.95º 0.31% 0.48% -
HSV(B) 63.95º 0.47% 0.63% -
XYZ 28.09 33.21 13.52 -
YUV 150.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 156 161 85 0.03 0 0.47 0.37 63.95 0.31 0.48
Hex 9C A1 55 3 0 2F 25 40 1F 30
Octal 234 241 125 3 0 57 45 100 37 60
Binary 10011100 10100001 1010101 11 0 101111 100101 1000000 11111 110000

Color Harmonies of #9CA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA155

Black with #9CA155

Text Example


Text Example

White with #9CA155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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