Html Css Color HEX #9CA27F Sage

📋 copy color: '#9CA27F'

red 156 ◦ green 162 ◦ blue 127

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

Shades of Sage #9CA27F

Tints of Sage #9CA27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.54%

R = 35.06%
G = 36.4%
B = 28.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#9CA27F (or 0x9CA27F) is known color: Sage. HEX triplet: 9C, A2 and 7F. RGB value is (156,162,127). Sum of RGB (Red+Green+Blue) = 156+162+127=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA27F is #635D80. Grayscale: #9C9C9C. Windows color (decimal): -6512001 or 8364700. OLE color: 8364700.

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

Color convert

RGB 156 162 127 -
CMYK 0.04 0 0.22 0.36
HSL 70.29º 0.16% 0.57% -
HSV(B) 70.29º 0.22% 0.64% -
XYZ 30.46 34.44 25.12 -
YUV 156.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 156 162 127 0.04 0 0.22 0.36 70.29 0.16 0.57
Hex 9C A2 7F 4 0 16 24 46 10 39
Octal 234 242 177 4 0 26 44 106 20 71
Binary 10011100 10100010 1111111 100 0 10110 100100 1000110 10000 111001

Color Harmonies of #9CA27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA27F

Black with #9CA27F

Text Example


Text Example

White with #9CA27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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