Html Css Color HEX #92A178 Sage

📋 copy color: '#92A178'

red 146 ◦ green 161 ◦ blue 120

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

Shades of Sage #92A178

Tints of Sage #92A178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 34.19%
G = 37.7%
B = 28.1%

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

#92A178 (or 0x92A178) is known color: Sage. HEX triplet: 92, A1 and 78. RGB value is (146,161,120). Sum of RGB (Red+Green+Blue) = 146+161+120=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #92A178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A178 is #6D5E87. Grayscale: #979797. Windows color (decimal): -7167624 or 7905682. OLE color: 7905682.

HSL color Cylindrical-coordinate representation of color #92A178: hue angle of 81.95º 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 #92A178 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 146 161 120 -
CMYK 0.09 0 0.25 0.37
HSL 81.95º 0.18% 0.55% -
HSV(B) 81.95º 0.25% 0.63% -
XYZ 27.99 32.96 22.66 -
YUV 151.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 146 161 120 0.09 0 0.25 0.37 81.95 0.18 0.55
Hex 92 A1 78 9 0 19 25 52 12 37
Octal 222 241 170 11 0 31 45 122 22 67
Binary 10010010 10100001 1111000 1001 0 11001 100101 1010010 10010 110111

Color Harmonies of #92A178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A178

Black with #92A178

Text Example


Text Example

White with #92A178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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