Html Css Color HEX #92977C Sage

📋 copy color: '#92977C'

red 146 ◦ green 151 ◦ blue 124

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

Shades of Sage #92977C

Tints of Sage #92977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

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

R = 34.68%
G = 35.87%
B = 29.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#92977C (or 0x92977C) is known color: Sage. HEX triplet: 92, 97 and 7C. RGB value is (146,151,124). Sum of RGB (Red+Green+Blue) = 146+151+124=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #92977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92977C is #6D6883. Grayscale: #929292. Windows color (decimal): -7170180 or 8165266. OLE color: 8165266.

HSL color Cylindrical-coordinate representation of color #92977C: hue angle of 71.11º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92977C is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 151 124 -
CMYK 0.03 0 0.18 0.41
HSL 71.11º 0.11% 0.54% -
HSV(B) 71.11º 0.18% 0.59% -
XYZ 26.56 29.7 23.4 -
YUV 146.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 146 151 124 0.03 0 0.18 0.41 71.11 0.11 0.54
Hex 92 97 7C 3 0 12 29 47 B 36
Octal 222 227 174 3 0 22 51 107 13 66
Binary 10010010 10010111 1111100 11 0 10010 101001 1000111 1011 110110

Color Harmonies of #92977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92977C

Black with #92977C

Text Example


Text Example

White with #92977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92977C; }

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

 H1.HeaderClassName
 {
   color: #92977C;
 }
 .AnyTagClassName
 {
   color: #92977C;
 }
</style>

background-color css

<style>
 a { background-color: #92977C; }

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

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

border-color css

<style>
 span { border-color: #92977C; }

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

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