Html Css Color HEX #92A16E Sage

📋 copy color: '#92A16E'

red 146 ◦ green 161 ◦ blue 110

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

Shades of Sage #92A16E

Tints of Sage #92A16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

 BLUE value IS 110 (43.36% from 255) = 26.38%

R = 35.01%
G = 38.61%
B = 26.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#92A16E (or 0x92A16E) is known color: Sage. HEX triplet: 92, A1 and 6E. RGB value is (146,161,110). Sum of RGB (Red+Green+Blue) = 146+161+110=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #92A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A16E is #6D5E91. Grayscale: #969696. Windows color (decimal): -7167634 or 7250322. OLE color: 7250322.

HSL color Cylindrical-coordinate representation of color #92A16E: hue angle of 77.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92A16E is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 146 161 110 -
CMYK 0.09 0 0.32 0.37
HSL 77.65º 0.21% 0.53% -
HSV(B) 77.65º 0.32% 0.63% -
XYZ 27.41 32.73 19.62 -
YUV 150.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 146 161 110 0.09 0 0.32 0.37 77.65 0.21 0.53
Hex 92 A1 6E 9 0 20 25 4E 15 35
Octal 222 241 156 11 0 40 45 116 25 65
Binary 10010010 10100001 1101110 1001 0 100000 100101 1001110 10101 110101

Color Harmonies of #92A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A16E

Black with #92A16E

Text Example


Text Example

White with #92A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,161,110); }

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

background-color css

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

 a { background-color: rgb(146,161,110); }

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

border-color css

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

 span { border-color: rgb(146,161,110); }

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