Html Css Color HEX #9CA686 Sage

📋 copy color: '#9CA686'

red 156 ◦ green 166 ◦ blue 134

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

Shades of Sage #9CA686

Tints of Sage #9CA686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

 BLUE value IS 134 (52.73% from 255) = 29.39%

R = 34.21%
G = 36.4%
B = 29.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#9CA686 (or 0x9CA686) is known color: Sage. HEX triplet: 9C, A6 and 86. RGB value is (156,166,134). Sum of RGB (Red+Green+Blue) = 156+166+134=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA686 is #635979. Grayscale: #9F9F9F. Windows color (decimal): -6510970 or 8824476. OLE color: 8824476.

HSL color Cylindrical-coordinate representation of color #9CA686: hue angle of 78.75º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CA686 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 166 134 -
CMYK 0.06 0 0.19 0.35
HSL 78.75º 0.15% 0.59% -
HSV(B) 78.75º 0.19% 0.65% -
XYZ 31.65 36.06 27.85 -
YUV 159.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 156 166 134 0.06 0 0.19 0.35 78.75 0.15 0.59
Hex 9C A6 86 6 0 13 23 4F F 3B
Octal 234 246 206 6 0 23 43 117 17 73
Binary 10011100 10100110 10000110 110 0 10011 100011 1001111 1111 111011

Color Harmonies of #9CA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA686

Black with #9CA686

Text Example


Text Example

White with #9CA686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,166,134); }

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

background-color css

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

 a { background-color: rgb(156,166,134); }

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

border-color css

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

 span { border-color: rgb(156,166,134); }

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