Html Css Color HEX #92967C Sage

📋 copy color: '#92967C'

red 146 ◦ green 150 ◦ blue 124

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

Shades of Sage #92967C

Tints of Sage #92967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.71%

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

R = 34.76%
G = 35.71%
B = 29.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#92967C (or 0x92967C) is known color: Sage. HEX triplet: 92, 96 and 7C. RGB value is (146,150,124). Sum of RGB (Red+Green+Blue) = 146+150+124=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #92967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92967C is #6D6983. Grayscale: #919191. Windows color (decimal): -7170436 or 8165010. OLE color: 8165010.

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

Color convert

RGB 146 150 124 -
CMYK 0.03 0 0.17 0.41
HSL 69.23º 0.11% 0.54% -
HSV(B) 69.23º 0.17% 0.59% -
XYZ 26.4 29.38 23.35 -
YUV 145.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 146 150 124 0.03 0 0.17 0.41 69.23 0.11 0.54
Hex 92 96 7C 3 0 11 29 45 B 36
Octal 222 226 174 3 0 21 51 105 13 66
Binary 10010010 10010110 1111100 11 0 10001 101001 1000101 1011 110110

Color Harmonies of #92967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92967C

Black with #92967C

Text Example


Text Example

White with #92967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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