Html Css Color HEX #9CA881 Sage

📋 copy color: '#9CA881'

red 156 ◦ green 168 ◦ blue 129

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

Shades of Sage #9CA881

Tints of Sage #9CA881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.48%

R = 34.44%
G = 37.09%
B = 28.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#9CA881 (or 0x9CA881) is known color: Sage. HEX triplet: 9C, A8 and 81. RGB value is (156,168,129). Sum of RGB (Red+Green+Blue) = 156+168+129=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA881 is #63577E. Grayscale: #A0A0A0. Windows color (decimal): -6510463 or 8497308. OLE color: 8497308.

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

Color convert

RGB 156 168 129 -
CMYK 0.07 0 0.23 0.34
HSL 78.46º 0.18% 0.58% -
HSV(B) 78.46º 0.23% 0.66% -
XYZ 31.68 36.66 26.18 -
YUV 159.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 156 168 129 0.07 0 0.23 0.34 78.46 0.18 0.58
Hex 9C A8 81 7 0 17 22 4E 12 3A
Octal 234 250 201 7 0 27 42 116 22 72
Binary 10011100 10101000 10000001 111 0 10111 100010 1001110 10010 111010

Color Harmonies of #9CA881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA881

Black with #9CA881

Text Example


Text Example

White with #9CA881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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