Html Css Color HEX #9CA882 Sage

📋 copy color: '#9CA882'

red 156 ◦ green 168 ◦ blue 130

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

Shades of Sage #9CA882

Tints of Sage #9CA882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 34.36%
G = 37%
B = 28.63%

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

#9CA882 (or 0x9CA882) is known color: Sage. HEX triplet: 9C, A8 and 82. RGB value is (156,168,130). Sum of RGB (Red+Green+Blue) = 156+168+130=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA882 is #63577D. Grayscale: #A0A0A0. Windows color (decimal): -6510462 or 8562844. OLE color: 8562844.

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

Color convert

RGB 156 168 130 -
CMYK 0.07 0 0.23 0.34
HSL 78.95º 0.18% 0.58% -
HSV(B) 78.95º 0.23% 0.66% -
XYZ 31.74 36.68 26.53 -
YUV 160.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 156 168 130 0.07 0 0.23 0.34 78.95 0.18 0.58
Hex 9C A8 82 7 0 17 22 4F 12 3A
Octal 234 250 202 7 0 27 42 117 22 72
Binary 10011100 10101000 10000010 111 0 10111 100010 1001111 10010 111010

Color Harmonies of #9CA882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA882

Black with #9CA882

Text Example


Text Example

White with #9CA882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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