Html Css Color HEX #9CA384 Sage

📋 copy color: '#9CA384'

red 156 ◦ green 163 ◦ blue 132

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

Shades of Sage #9CA384

Tints of Sage #9CA384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 34.59%
G = 36.14%
B = 29.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#9CA384 (or 0x9CA384) is known color: Sage. HEX triplet: 9C, A3 and 84. RGB value is (156,163,132). Sum of RGB (Red+Green+Blue) = 156+163+132=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA384 is #635C7B. Grayscale: #9D9D9D. Windows color (decimal): -6511740 or 8692636. OLE color: 8692636.

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

Color convert

RGB 156 163 132 -
CMYK 0.04 0 0.19 0.36
HSL 73.55º 0.14% 0.58% -
HSV(B) 73.55º 0.19% 0.64% -
XYZ 30.97 34.93 26.94 -
YUV 157.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 156 163 132 0.04 0 0.19 0.36 73.55 0.14 0.58
Hex 9C A3 84 4 0 13 24 4A E 3A
Octal 234 243 204 4 0 23 44 112 16 72
Binary 10011100 10100011 10000100 100 0 10011 100100 1001010 1110 111010

Color Harmonies of #9CA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA384

Black with #9CA384

Text Example


Text Example

White with #9CA384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,163,132); }

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

background-color css

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

 a { background-color: rgb(156,163,132); }

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

border-color css

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

 span { border-color: rgb(156,163,132); }

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