Html Css Color HEX #9CA172 Sage

📋 copy color: '#9CA172'

red 156 ◦ green 161 ◦ blue 114

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

Shades of Sage #9CA172

Tints of Sage #9CA172

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 36.19%
G = 37.35%
B = 26.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#9CA172 (or 0x9CA172) is known color: Sage. HEX triplet: 9C, A1 and 72. RGB value is (156,161,114). Sum of RGB (Red+Green+Blue) = 156+161+114=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA172 is #635E8D. Grayscale: #9A9A9A. Windows color (decimal): -6512270 or 7512476. OLE color: 7512476.

HSL color Cylindrical-coordinate representation of color #9CA172: hue angle of 66.38º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CA172 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 161 114 -
CMYK 0.03 0 0.29 0.37
HSL 66.38º 0.2% 0.54% -
HSV(B) 66.38º 0.29% 0.63% -
XYZ 29.49 33.77 20.88 -
YUV 154.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 156 161 114 0.03 0 0.29 0.37 66.38 0.2 0.54
Hex 9C A1 72 3 0 1D 25 42 14 36
Octal 234 241 162 3 0 35 45 102 24 66
Binary 10011100 10100001 1110010 11 0 11101 100101 1000010 10100 110110

Color Harmonies of #9CA172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA172

Black with #9CA172

Text Example


Text Example

White with #9CA172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,161,114); }

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

background-color css

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

 a { background-color: rgb(156,161,114); }

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

border-color css

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

 span { border-color: rgb(156,161,114); }

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