Html Css Color HEX #9CA481 Sage

📋 copy color: '#9CA481'

red 156 ◦ green 164 ◦ blue 129

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

Shades of Sage #9CA481

Tints of Sage #9CA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

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

R = 34.74%
G = 36.53%
B = 28.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#9CA481 (or 0x9CA481) is known color: Sage. HEX triplet: 9C, A4 and 81. RGB value is (156,164,129). Sum of RGB (Red+Green+Blue) = 156+164+129=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA481 is #635B7E. Grayscale: #9D9D9D. Windows color (decimal): -6511487 or 8496284. OLE color: 8496284.

HSL color Cylindrical-coordinate representation of color #9CA481: hue angle of 73.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CA481 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 164 129 -
CMYK 0.05 0 0.21 0.36
HSL 73.71º 0.16% 0.57% -
HSV(B) 73.71º 0.21% 0.64% -
XYZ 30.95 35.2 25.93 -
YUV 157.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 156 164 129 0.05 0 0.21 0.36 73.71 0.16 0.57
Hex 9C A4 81 5 0 15 24 4A 10 39
Octal 234 244 201 5 0 25 44 112 20 71
Binary 10011100 10100100 10000001 101 0 10101 100100 1001010 10000 111001

Color Harmonies of #9CA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA481

Black with #9CA481

Text Example


Text Example

White with #9CA481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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