Html Css Color HEX #949D83 Sage

📋 copy color: '#949D83'

red 148 ◦ green 157 ◦ blue 131

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

Shades of Sage #949D83

Tints of Sage #949D83

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

 BLUE value IS 131 (51.56% from 255) = 30.05%

R = 33.94%
G = 36.01%
B = 30.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#949D83 (or 0x949D83) is known color: Sage. HEX triplet: 94, 9D and 83. RGB value is (148,157,131). Sum of RGB (Red+Green+Blue) = 148+157+131=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 157 - color contains mainly: green. Hex color #949D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D83 is #6B627C. Grayscale: #979797. Windows color (decimal): -7037565 or 8625556. OLE color: 8625556.

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

Color convert

RGB 148 157 131 -
CMYK 0.06 0 0.17 0.38
HSL 80.77º 0.12% 0.56% -
HSV(B) 80.77º 0.17% 0.62% -
XYZ 28.37 32.05 26.16 -
YUV 151.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 148 157 131 0.06 0 0.17 0.38 80.77 0.12 0.56
Hex 94 9D 83 6 0 11 26 51 C 38
Octal 224 235 203 6 0 21 46 121 14 70
Binary 10010100 10011101 10000011 110 0 10001 100110 1010001 1100 111000

Color Harmonies of #949D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D83

Black with #949D83

Text Example


Text Example

White with #949D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,157,131); }

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

background-color css

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

 a { background-color: rgb(148,157,131); }

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

border-color css

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

 span { border-color: rgb(148,157,131); }

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