Html Css Color HEX #929683 Sage

📋 copy color: '#929683'

red 146 ◦ green 150 ◦ blue 131

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

Shades of Sage #929683

Tints of Sage #929683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

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

R = 34.19%
G = 35.13%
B = 30.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#929683 (or 0x929683) is known color: Sage. HEX triplet: 92, 96 and 83. RGB value is (146,150,131). Sum of RGB (Red+Green+Blue) = 146+150+131=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #929683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929683 is #6D697C. Grayscale: #929292. Windows color (decimal): -7170429 or 8623762. OLE color: 8623762.

HSL color Cylindrical-coordinate representation of color #929683: hue angle of 72.63º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #929683 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 150 131 -
CMYK 0.03 0 0.13 0.41
HSL 72.63º 0.08% 0.55% -
HSV(B) 72.63º 0.13% 0.59% -
XYZ 26.86 29.56 25.76 -
YUV 146.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 146 150 131 0.03 0 0.13 0.41 72.63 0.08 0.55
Hex 92 96 83 3 0 D 29 49 8 37
Octal 222 226 203 3 0 15 51 111 10 67
Binary 10010010 10010110 10000011 11 0 1101 101001 1001001 1000 110111

Color Harmonies of #929683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929683

Black with #929683

Text Example


Text Example

White with #929683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929683; }

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

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

background-color css

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

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

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

border-color css

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

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

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