Html Css Color HEX #92987C Sage

📋 copy color: '#92987C'

red 146 ◦ green 152 ◦ blue 124

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

Shades of Sage #92987C

Tints of Sage #92987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

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

R = 34.6%
G = 36.02%
B = 29.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#92987C (or 0x92987C) is known color: Sage. HEX triplet: 92, 98 and 7C. RGB value is (146,152,124). Sum of RGB (Red+Green+Blue) = 146+152+124=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #92987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92987C is #6D6783. Grayscale: #939393. Windows color (decimal): -7169924 or 8165522. OLE color: 8165522.

HSL color Cylindrical-coordinate representation of color #92987C: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92987C is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 146 152 124 -
CMYK 0.04 0 0.18 0.40
HSL 72.86º 0.12% 0.54% -
HSV(B) 72.86º 0.18% 0.6% -
XYZ 26.72 30.02 23.46 -
YUV 147.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 146 152 124 0.04 0 0.18 0.40 72.86 0.12 0.54
Hex 92 98 7C 4 0 12 28 49 C 36
Octal 222 230 174 4 0 22 50 111 14 66
Binary 10010010 10011000 1111100 100 0 10010 101000 1001001 1100 110110

Color Harmonies of #92987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92987C

Black with #92987C

Text Example


Text Example

White with #92987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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