Html Css Color HEX #949876 Sage

📋 copy color: '#949876'

red 148 ◦ green 152 ◦ blue 118

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

Shades of Sage #949876

Tints of Sage #949876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 35.41%
G = 36.36%
B = 28.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#949876 (or 0x949876) is known color: Sage. HEX triplet: 94, 98 and 76. RGB value is (148,152,118). Sum of RGB (Red+Green+Blue) = 148+152+118=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #949876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949876 is #6B6789. Grayscale: #939393. Windows color (decimal): -7038858 or 7772308. OLE color: 7772308.

HSL color Cylindrical-coordinate representation of color #949876: hue angle of 67.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949876 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 118 -
CMYK 0.03 0 0.22 0.40
HSL 67.06º 0.14% 0.53% -
HSV(B) 67.06º 0.22% 0.6% -
XYZ 26.71 30.06 21.53 -
YUV 146.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 148 152 118 0.03 0 0.22 0.40 67.06 0.14 0.53
Hex 94 98 76 3 0 16 28 43 E 35
Octal 224 230 166 3 0 26 50 103 16 65
Binary 10010100 10011000 1110110 11 0 10110 101000 1000011 1110 110101

Color Harmonies of #949876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949876

Black with #949876

Text Example


Text Example

White with #949876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949876; }

 p { color: rgb(148,152,118); }

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

background-color css

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

 a { background-color: rgb(148,152,118); }

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

border-color css

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

 span { border-color: rgb(148,152,118); }

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