#92967B

Color #92967B Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #92967B

Tints of Sage #92967B

Color information

#92967B (or 0x92967B) is unknown color: approx Sage. HEX triplet: 92, 96 and 7B. RGB value is (146,150,123). Sum of RGB (Red+Green+Blue) = 146+150+123=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #92967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92967B is #6D6984. Grayscale: #919191. Windows color (decimal): -7170437 or 8099474. OLE color: 8099474.

HSL color Cylindrical-coordinate representation of color #92967B: hue angle of 68.89º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92967B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB146150123-
CMYK0.0300.180.41
HSL68.89º11.39%53.53%-
HSV(B)68.89º18%58.82%-
XYZ26.3429.3523.02-
YUV145.73115.17128.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=34.84%
G=35.80%
B=29.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501230.0300.180.4168.8911.3953.53
Hex92967B30122945b36
Octal2222261733022511051366
Binary100100101001011011110111101001010100110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92967B; }

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

 H1.HeaderClassName
 {
   color: #92967B;
 }
 .AnyTagClassName
 {
   color: #92967B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #92967B;
 }
 .BgClassName
 {
   background-color: #92967B;
 }
</style>
border-color css

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

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

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