Html Css Color HEX #9CAB71 Sage

📋 copy color: '#9CAB71'

red 156 ◦ green 171 ◦ blue 113

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

Shades of Sage #9CAB71

Tints of Sage #9CAB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 35.45%
G = 38.86%
B = 25.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#9CAB71 (or 0x9CAB71) is known color: Sage. HEX triplet: 9C, AB and 71. RGB value is (156,171,113). Sum of RGB (Red+Green+Blue) = 156+171+113=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB71 is #63548E. Grayscale: #A0A0A0. Windows color (decimal): -6509711 or 7449500. OLE color: 7449500.

HSL color Cylindrical-coordinate representation of color #9CAB71: hue angle of 75.52º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CAB71 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 171 113 -
CMYK 0.09 0 0.34 0.33
HSL 75.52º 0.26% 0.56% -
HSV(B) 75.52º 0.34% 0.67% -
XYZ 31.25 37.39 21.19 -
YUV 159.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 156 171 113 0.09 0 0.34 0.33 75.52 0.26 0.56
Hex 9C AB 71 9 0 22 21 4C 1A 38
Octal 234 253 161 11 0 42 41 114 32 70
Binary 10011100 10101011 1110001 1001 0 100010 100001 1001100 11010 111000

Color Harmonies of #9CAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAB71

Black with #9CAB71

Text Example


Text Example

White with #9CAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,171,113); }

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

background-color css

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

 a { background-color: rgb(156,171,113); }

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

border-color css

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

 span { border-color: rgb(156,171,113); }

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