Html Css Color HEX #9CA484 Sage

📋 copy color: '#9CA484'

red 156 ◦ green 164 ◦ blue 132

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

Shades of Sage #9CA484

Tints of Sage #9CA484

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

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

R = 34.51%
G = 36.28%
B = 29.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#9CA484 (or 0x9CA484) is known color: Sage. HEX triplet: 9C, A4 and 84. RGB value is (156,164,132). Sum of RGB (Red+Green+Blue) = 156+164+132=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA484 is #635B7B. Grayscale: #9E9E9E. Windows color (decimal): -6511484 or 8692892. OLE color: 8692892.

HSL color Cylindrical-coordinate representation of color #9CA484: hue angle of 75º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CA484 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 164 132 -
CMYK 0.05 0 0.20 0.36
HSL 75º 0.15% 0.58% -
HSV(B) 75º 0.2% 0.64% -
XYZ 31.15 35.28 27 -
YUV 157.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 156 164 132 0.05 0 0.20 0.36 75 0.15 0.58
Hex 9C A4 84 5 0 14 24 4B F 3A
Octal 234 244 204 5 0 24 44 113 17 72
Binary 10011100 10100100 10000100 101 0 10100 100100 1001011 1111 111010

Color Harmonies of #9CA484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA484

Black with #9CA484

Text Example


Text Example

White with #9CA484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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