Html Css Color HEX #92A471 Sage

📋 copy color: '#92A471'

red 146 ◦ green 164 ◦ blue 113

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

Shades of Sage #92A471

Tints of Sage #92A471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 34.52%
G = 38.77%
B = 26.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#92A471 (or 0x92A471) is known color: Sage. HEX triplet: 92, A4 and 71. RGB value is (146,164,113). Sum of RGB (Red+Green+Blue) = 146+164+113=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #92A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A471 is #6D5B8E. Grayscale: #989898. Windows color (decimal): -7166863 or 7447698. OLE color: 7447698.

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

Color convert

RGB 146 164 113 -
CMYK 0.11 0 0.31 0.36
HSL 81.18º 0.22% 0.54% -
HSV(B) 81.18º 0.31% 0.64% -
XYZ 28.11 33.85 20.68 -
YUV 152.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 146 164 113 0.11 0 0.31 0.36 81.18 0.22 0.54
Hex 92 A4 71 B 0 1F 24 51 16 36
Octal 222 244 161 13 0 37 44 121 26 66
Binary 10010010 10100100 1110001 1011 0 11111 100100 1010001 10110 110110

Color Harmonies of #92A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A471

Black with #92A471

Text Example


Text Example

White with #92A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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