Html Css Color HEX #949C82 Sage

📋 copy color: '#949C82'

red 148 ◦ green 156 ◦ blue 130

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

Shades of Sage #949C82

Tints of Sage #949C82

RGB

 RED value IS 148 (58.2% from 255) = 34.1%

 GREEN value IS 156 (61.33% from 255) = 35.94%

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

R = 34.1%
G = 35.94%
B = 29.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#949C82 (or 0x949C82) is known color: Sage. HEX triplet: 94, 9C and 82. RGB value is (148,156,130). Sum of RGB (Red+Green+Blue) = 148+156+130=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 156 - color contains mainly: green. Hex color #949C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C82 is #6B637D. Grayscale: #969696. Windows color (decimal): -7037822 or 8559764. OLE color: 8559764.

HSL color Cylindrical-coordinate representation of color #949C82: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #949C82 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 130 -
CMYK 0.05 0 0.17 0.39
HSL 78.46º 0.12% 0.56% -
HSV(B) 78.46º 0.17% 0.61% -
XYZ 28.13 31.68 25.75 -
YUV 150.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 148 156 130 0.05 0 0.17 0.39 78.46 0.12 0.56
Hex 94 9C 82 5 0 11 27 4E C 38
Octal 224 234 202 5 0 21 47 116 14 70
Binary 10010100 10011100 10000010 101 0 10001 100111 1001110 1100 111000

Color Harmonies of #949C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C82

Black with #949C82

Text Example


Text Example

White with #949C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949C82; }

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

 H1.HeaderClassName
 {
   color: #949C82;
 }
 .AnyTagClassName
 {
   color: #949C82;
 }
</style>

background-color css

<style>
 a { background-color: #949C82; }

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

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

border-color css

<style>
 span { border-color: #949C82; }

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

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