Html Css Color HEX #92A273 Sage

📋 copy color: '#92A273'

red 146 ◦ green 162 ◦ blue 115

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

Shades of Sage #92A273

Tints of Sage #92A273

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 34.52%
G = 38.3%
B = 27.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#92A273 (or 0x92A273) is known color: Sage. HEX triplet: 92, A2 and 73. RGB value is (146,162,115). Sum of RGB (Red+Green+Blue) = 146+162+115=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #92A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A273 is #6D5D8C. Grayscale: #989898. Windows color (decimal): -7167373 or 7578258. OLE color: 7578258.

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

Color convert

RGB 146 162 115 -
CMYK 0.10 0 0.29 0.36
HSL 80.43º 0.2% 0.54% -
HSV(B) 80.43º 0.29% 0.64% -
XYZ 27.87 33.19 21.16 -
YUV 151.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 146 162 115 0.10 0 0.29 0.36 80.43 0.2 0.54
Hex 92 A2 73 A 0 1D 24 50 14 36
Octal 222 242 163 12 0 35 44 120 24 66
Binary 10010010 10100010 1110011 1010 0 11101 100100 1010000 10100 110110

Color Harmonies of #92A273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A273

Black with #92A273

Text Example


Text Example

White with #92A273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,162,115); }

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

background-color css

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

 a { background-color: rgb(146,162,115); }

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

border-color css

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

 span { border-color: rgb(146,162,115); }

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