Html Css Color HEX #9CA281 Sage

📋 copy color: '#9CA281'

red 156 ◦ green 162 ◦ blue 129

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

Shades of Sage #9CA281

Tints of Sage #9CA281

RGB

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

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

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

R = 34.9%
G = 36.24%
B = 28.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#9CA281 (or 0x9CA281) is known color: Sage. HEX triplet: 9C, A2 and 81. RGB value is (156,162,129). Sum of RGB (Red+Green+Blue) = 156+162+129=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA281 is #635D7E. Grayscale: #9C9C9C. Windows color (decimal): -6511999 or 8495772. OLE color: 8495772.

HSL color Cylindrical-coordinate representation of color #9CA281: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CA281 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 162 129 -
CMYK 0.04 0 0.20 0.36
HSL 70.91º 0.15% 0.57% -
HSV(B) 70.91º 0.2% 0.64% -
XYZ 30.59 34.49 25.81 -
YUV 156.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 156 162 129 0.04 0 0.20 0.36 70.91 0.15 0.57
Hex 9C A2 81 4 0 14 24 47 F 39
Octal 234 242 201 4 0 24 44 107 17 71
Binary 10011100 10100010 10000001 100 0 10100 100100 1000111 1111 111001

Color Harmonies of #9CA281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA281

Black with #9CA281

Text Example


Text Example

White with #9CA281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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