#92A272

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

Shades of Sage #92A272

Tints of Sage #92A272

Color information

#92A272 (or 0x92A272) is unknown color: approx Sage. HEX triplet: 92, A2 and 72. RGB value is (146,162,114). Sum of RGB (Red+Green+Blue) = 146+162+114=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #92A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A272 is #6D5D8D. Grayscale: #979797. Windows color (decimal): -7167374 or 7512722. OLE color: 7512722.

HSL color Cylindrical-coordinate representation of color #92A272: hue angle of 80º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92A272 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB146162114-
CMYK0.1000.300.36
HSL80º20.51%54.12%-
HSV(B)80º29.63%63.53%-
XYZ27.8133.1720.86-
YUV151.74106.7123.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=34.60%
G=38.39%
B=27.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461621140.1000.300.368020.5154.12
Hex92A272A01E24501536
Octal22224216212036441202566
Binary100100101010001011100101010011110100100101000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A272; }

 p { color: rgb(146,162,114); }

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

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

 a { background-color: rgb(146,162,114); }

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

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

 span { border-color: rgb(146,162,114); }

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