Html Css Color HEX #9CA282 Sage

📋 copy color: '#9CA282'

red 156 ◦ green 162 ◦ blue 130

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

Shades of Sage #9CA282

Tints of Sage #9CA282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.02%

R = 34.82%
G = 36.16%
B = 29.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#9CA282 (or 0x9CA282) is known color: Sage. HEX triplet: 9C, A2 and 82. RGB value is (156,162,130). Sum of RGB (Red+Green+Blue) = 156+162+130=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA282 is #635D7D. Grayscale: #9C9C9C. Windows color (decimal): -6511998 or 8561308. OLE color: 8561308.

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

Color convert

RGB 156 162 130 -
CMYK 0.04 0 0.20 0.36
HSL 71.25º 0.15% 0.57% -
HSV(B) 71.25º 0.2% 0.64% -
XYZ 30.66 34.52 26.17 -
YUV 156.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 156 162 130 0.04 0 0.20 0.36 71.25 0.15 0.57
Hex 9C A2 82 4 0 14 24 47 F 39
Octal 234 242 202 4 0 24 44 107 17 71
Binary 10011100 10100010 10000010 100 0 10100 100100 1000111 1111 111001

Color Harmonies of #9CA282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA282

Black with #9CA282

Text Example


Text Example

White with #9CA282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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