Html Css Color HEX #929883 Sage

📋 copy color: '#929883'

red 146 ◦ green 152 ◦ blue 131

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

Shades of Sage #929883

Tints of Sage #929883

RGB

 RED value IS 146 (57.42% from 255) = 34.03%

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

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

R = 34.03%
G = 35.43%
B = 30.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#929883 (or 0x929883) is known color: Sage. HEX triplet: 92, 98 and 83. RGB value is (146,152,131). Sum of RGB (Red+Green+Blue) = 146+152+131=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #929883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929883 is #6D677C. Grayscale: #939393. Windows color (decimal): -7169917 or 8624274. OLE color: 8624274.

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

Color convert

RGB 146 152 131 -
CMYK 0.04 0 0.14 0.40
HSL 77.14º 0.09% 0.55% -
HSV(B) 77.14º 0.14% 0.6% -
XYZ 27.18 30.21 25.87 -
YUV 147.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 146 152 131 0.04 0 0.14 0.40 77.14 0.09 0.55
Hex 92 98 83 4 0 E 28 4D 9 37
Octal 222 230 203 4 0 16 50 115 11 67
Binary 10010010 10011000 10000011 100 0 1110 101000 1001101 1001 110111

Color Harmonies of #929883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929883

Black with #929883

Text Example


Text Example

White with #929883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929883; }

 p { color: rgb(146,152,131); }

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

background-color css

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

 a { background-color: rgb(146,152,131); }

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

border-color css

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

 span { border-color: rgb(146,152,131); }

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