Html Css Color HEX #9CA561 Green Smoke

📋 copy color: '#9CA561'

red 156 ◦ green 165 ◦ blue 97

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

Shades of Green Smoke #9CA561

Tints of Green Smoke #9CA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 37.32%
G = 39.47%
B = 23.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#9CA561 (or 0x9CA561) is known color: Green Smoke. HEX triplet: 9C, A5 and 61. RGB value is (156,165,97). Sum of RGB (Red+Green+Blue) = 156+165+97=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA561 is #635A9E. Grayscale: #9A9A9A. Windows color (decimal): -6511263 or 6399388. OLE color: 6399388.

HSL color Cylindrical-coordinate representation of color #9CA561: hue angle of 67.94º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CA561 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 97 -
CMYK 0.05 0 0.41 0.35
HSL 67.94º 0.27% 0.51% -
HSV(B) 67.94º 0.41% 0.65% -
XYZ 29.32 34.84 16.49 -
YUV 154.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 156 165 97 0.05 0 0.41 0.35 67.94 0.27 0.51
Hex 9C A5 61 5 0 29 23 44 1B 33
Octal 234 245 141 5 0 51 43 104 33 63
Binary 10011100 10100101 1100001 101 0 101001 100011 1000100 11011 110011

Color Harmonies of #9CA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA561

Black with #9CA561

Text Example


Text Example

White with #9CA561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,165,97); }

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

background-color css

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

 a { background-color: rgb(156,165,97); }

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

border-color css

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

 span { border-color: rgb(156,165,97); }

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