Html Css Color HEX #92A179 Sage

📋 copy color: '#92A179'

red 146 ◦ green 161 ◦ blue 121

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

Shades of Sage #92A179

Tints of Sage #92A179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.27%

R = 34.11%
G = 37.62%
B = 28.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#92A179 (or 0x92A179) is known color: Sage. HEX triplet: 92, A1 and 79. RGB value is (146,161,121). Sum of RGB (Red+Green+Blue) = 146+161+121=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #92A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A179 is #6D5E86. Grayscale: #989898. Windows color (decimal): -7167623 or 7971218. OLE color: 7971218.

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

Color convert

RGB 146 161 121 -
CMYK 0.09 0 0.25 0.37
HSL 82.5º 0.18% 0.55% -
HSV(B) 82.5º 0.25% 0.63% -
XYZ 28.05 32.98 22.98 -
YUV 151.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 146 161 121 0.09 0 0.25 0.37 82.5 0.18 0.55
Hex 92 A1 79 9 0 19 25 52 12 37
Octal 222 241 171 11 0 31 45 122 22 67
Binary 10010010 10100001 1111001 1001 0 11001 100101 1010010 10010 110111

Color Harmonies of #92A179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A179

Black with #92A179

Text Example


Text Example

White with #92A179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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