Html Css Color HEX #949985 Sage

📋 copy color: '#949985'

red 148 ◦ green 153 ◦ blue 133

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

Shades of Sage #949985

Tints of Sage #949985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 133 (52.34% from 255) = 30.65%

R = 34.1%
G = 35.25%
B = 30.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#949985 (or 0x949985) is known color: Sage. HEX triplet: 94, 99 and 85. RGB value is (148,153,133). Sum of RGB (Red+Green+Blue) = 148+153+133=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #949985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949985 is #6B667A. Grayscale: #959595. Windows color (decimal): -7038587 or 8755604. OLE color: 8755604.

HSL color Cylindrical-coordinate representation of color #949985: hue angle of 75º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949985 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 133 -
CMYK 0.03 0 0.13 0.4
HSL 75º 0.09% 0.56% -
HSV(B) 75º 0.13% 0.6% -
XYZ 27.84 30.77 26.66 -
YUV 149.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 148 153 133 0.03 0 0.13 0.4 75 0.09 0.56
Hex 94 99 85 3 0 D 28 4B 9 38
Octal 224 231 205 3 0 15 50 113 11 70
Binary 10010100 10011001 10000101 11 0 1101 101000 1001011 1001 111000

Color Harmonies of #949985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949985

Black with #949985

Text Example


Text Example

White with #949985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949985; }

 p { color: rgb(148,153,133); }

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

background-color css

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

 a { background-color: rgb(148,153,133); }

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

border-color css

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

 span { border-color: rgb(148,153,133); }

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