Html Css Color HEX #92A470 Sage

📋 copy color: '#92A470'

red 146 ◦ green 164 ◦ blue 112

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

Shades of Sage #92A470

Tints of Sage #92A470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 34.6%
G = 38.86%
B = 26.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#92A470 (or 0x92A470) is known color: Sage. HEX triplet: 92, A4 and 70. RGB value is (146,164,112). Sum of RGB (Red+Green+Blue) = 146+164+112=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #92A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A470 is #6D5B8F. Grayscale: #989898. Windows color (decimal): -7166864 or 7382162. OLE color: 7382162.

HSL color Cylindrical-coordinate representation of color #92A470: hue angle of 80.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92A470 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 146 164 112 -
CMYK 0.11 0 0.32 0.36
HSL 80.77º 0.22% 0.54% -
HSV(B) 80.77º 0.32% 0.64% -
XYZ 28.05 33.83 20.38 -
YUV 152.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 146 164 112 0.11 0 0.32 0.36 80.77 0.22 0.54
Hex 92 A4 70 B 0 20 24 51 16 36
Octal 222 244 160 13 0 40 44 121 26 66
Binary 10010010 10100100 1110000 1011 0 100000 100100 1010001 10110 110110

Color Harmonies of #92A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A470

Black with #92A470

Text Example


Text Example

White with #92A470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,164,112); }

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

background-color css

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

 a { background-color: rgb(146,164,112); }

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

border-color css

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

 span { border-color: rgb(146,164,112); }

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