Html Css Color HEX #92A278 Sage

📋 copy color: '#92A278'

red 146 ◦ green 162 ◦ blue 120

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

Shades of Sage #92A278

Tints of Sage #92A278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 34.11%
G = 37.85%
B = 28.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#92A278 (or 0x92A278) is known color: Sage. HEX triplet: 92, A2 and 78. RGB value is (146,162,120). Sum of RGB (Red+Green+Blue) = 146+162+120=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #92A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A278 is #6D5D87. Grayscale: #989898. Windows color (decimal): -7167368 or 7905938. OLE color: 7905938.

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

Color convert

RGB 146 162 120 -
CMYK 0.10 0 0.26 0.36
HSL 82.86º 0.18% 0.55% -
HSV(B) 82.86º 0.26% 0.64% -
XYZ 28.16 33.31 22.71 -
YUV 152.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 146 162 120 0.10 0 0.26 0.36 82.86 0.18 0.55
Hex 92 A2 78 A 0 1A 24 53 12 37
Octal 222 242 170 12 0 32 44 123 22 67
Binary 10010010 10100010 1111000 1010 0 11010 100100 1010011 10010 110111

Color Harmonies of #92A278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A278

Black with #92A278

Text Example


Text Example

White with #92A278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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