Html Css Color HEX #9CA884 Sage

📋 copy color: '#9CA884'

red 156 ◦ green 168 ◦ blue 132

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

Shades of Sage #9CA884

Tints of Sage #9CA884

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 34.21%
G = 36.84%
B = 28.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#9CA884 (or 0x9CA884) is known color: Sage. HEX triplet: 9C, A8 and 84. RGB value is (156,168,132). Sum of RGB (Red+Green+Blue) = 156+168+132=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA884 is #63577B. Grayscale: #A0A0A0. Windows color (decimal): -6510460 or 8693916. OLE color: 8693916.

HSL color Cylindrical-coordinate representation of color #9CA884: hue angle of 80º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CA884 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 168 132 -
CMYK 0.07 0 0.21 0.34
HSL 80º 0.17% 0.59% -
HSV(B) 80º 0.21% 0.66% -
XYZ 31.88 36.74 27.24 -
YUV 160.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 156 168 132 0.07 0 0.21 0.34 80 0.17 0.59
Hex 9C A8 84 7 0 15 22 50 11 3B
Octal 234 250 204 7 0 25 42 120 21 73
Binary 10011100 10101000 10000100 111 0 10101 100010 1010000 10001 111011

Color Harmonies of #9CA884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA884

Black with #9CA884

Text Example


Text Example

White with #9CA884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,168,132); }

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

background-color css

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

 a { background-color: rgb(156,168,132); }

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

border-color css

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

 span { border-color: rgb(156,168,132); }

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