Html Css Color HEX #9CA985 Sage

📋 copy color: '#9CA985'

red 156 ◦ green 169 ◦ blue 133

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

Shades of Sage #9CA985

Tints of Sage #9CA985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.9%

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 34.06%
G = 36.9%
B = 29.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#9CA985 (or 0x9CA985) is known color: Sage. HEX triplet: 9C, A9 and 85. RGB value is (156,169,133). Sum of RGB (Red+Green+Blue) = 156+169+133=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA985 is #63567A. Grayscale: #A1A1A1. Windows color (decimal): -6510203 or 8759708. OLE color: 8759708.

HSL color Cylindrical-coordinate representation of color #9CA985: hue angle of 81.67º 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 #9CA985 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 169 133 -
CMYK 0.08 0 0.21 0.34
HSL 81.67º 0.17% 0.59% -
HSV(B) 81.67º 0.21% 0.66% -
XYZ 32.13 37.14 27.66 -
YUV 161.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 156 169 133 0.08 0 0.21 0.34 81.67 0.17 0.59
Hex 9C A9 85 8 0 15 22 52 11 3B
Octal 234 251 205 10 0 25 42 122 21 73
Binary 10011100 10101001 10000101 1000 0 10101 100010 1010010 10001 111011

Color Harmonies of #9CA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA985

Black with #9CA985

Text Example


Text Example

White with #9CA985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,169,133); }

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

background-color css

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

 a { background-color: rgb(156,169,133); }

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

border-color css

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

 span { border-color: rgb(156,169,133); }

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