Html Css Color HEX #92A37C Sage

📋 copy color: '#92A37C'

red 146 ◦ green 163 ◦ blue 124

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

Shades of Sage #92A37C

Tints of Sage #92A37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 33.72%
G = 37.64%
B = 28.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#92A37C (or 0x92A37C) is known color: Sage. HEX triplet: 92, A3 and 7C. RGB value is (146,163,124). Sum of RGB (Red+Green+Blue) = 146+163+124=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #92A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A37C is #6D5C83. Grayscale: #999999. Windows color (decimal): -7167108 or 8168338. OLE color: 8168338.

HSL color Cylindrical-coordinate representation of color #92A37C: hue angle of 86.15º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92A37C is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 146 163 124 -
CMYK 0.10 0 0.24 0.36
HSL 86.15º 0.17% 0.56% -
HSV(B) 86.15º 0.24% 0.64% -
XYZ 28.59 33.76 24.08 -
YUV 153.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 146 163 124 0.10 0 0.24 0.36 86.15 0.17 0.56
Hex 92 A3 7C A 0 18 24 56 11 38
Octal 222 243 174 12 0 30 44 126 21 70
Binary 10010010 10100011 1111100 1010 0 11000 100100 1010110 10001 111000

Color Harmonies of #92A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A37C

Black with #92A37C

Text Example


Text Example

White with #92A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,163,124); }

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

background-color css

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

 a { background-color: rgb(146,163,124); }

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

border-color css

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

 span { border-color: rgb(146,163,124); }

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