Html Css Color HEX #9CA287 Sage

📋 copy color: '#9CA287'

red 156 ◦ green 162 ◦ blue 135

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

Shades of Sage #9CA287

Tints of Sage #9CA287

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

 BLUE value IS 135 (53.13% from 255) = 29.8%

R = 34.44%
G = 35.76%
B = 29.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#9CA287 (or 0x9CA287) is known color: Sage. HEX triplet: 9C, A2 and 87. RGB value is (156,162,135). Sum of RGB (Red+Green+Blue) = 156+162+135=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA287 is #635D78. Grayscale: #9D9D9D. Windows color (decimal): -6511993 or 8888988. OLE color: 8888988.

HSL color Cylindrical-coordinate representation of color #9CA287: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA287 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 162 135 -
CMYK 0.04 0 0.17 0.36
HSL 73.33º 0.13% 0.58% -
HSV(B) 73.33º 0.17% 0.64% -
XYZ 31 34.66 27.98 -
YUV 157.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 156 162 135 0.04 0 0.17 0.36 73.33 0.13 0.58
Hex 9C A2 87 4 0 11 24 49 D 3A
Octal 234 242 207 4 0 21 44 111 15 72
Binary 10011100 10100010 10000111 100 0 10001 100100 1001001 1101 111010

Color Harmonies of #9CA287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA287

Black with #9CA287

Text Example


Text Example

White with #9CA287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,162,135); }

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

background-color css

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

 a { background-color: rgb(156,162,135); }

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

border-color css

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

 span { border-color: rgb(156,162,135); }

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