Html Css Color HEX #949B82 Sage

📋 copy color: '#949B82'

red 148 ◦ green 155 ◦ blue 130

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

Shades of Sage #949B82

Tints of Sage #949B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

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

R = 34.18%
G = 35.8%
B = 30.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#949B82 (or 0x949B82) is known color: Sage. HEX triplet: 94, 9B and 82. RGB value is (148,155,130). Sum of RGB (Red+Green+Blue) = 148+155+130=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #949B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B82 is #6B647D. Grayscale: #969696. Windows color (decimal): -7038078 or 8559508. OLE color: 8559508.

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

Color convert

RGB 148 155 130 -
CMYK 0.05 0 0.16 0.39
HSL 76.8º 0.11% 0.56% -
HSV(B) 76.8º 0.16% 0.61% -
XYZ 27.96 31.35 25.7 -
YUV 150.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 148 155 130 0.05 0 0.16 0.39 76.8 0.11 0.56
Hex 94 9B 82 5 0 10 27 4D B 38
Octal 224 233 202 5 0 20 47 115 13 70
Binary 10010100 10011011 10000010 101 0 10000 100111 1001101 1011 111000

Color Harmonies of #949B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B82

Black with #949B82

Text Example


Text Example

White with #949B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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