Html Css Color HEX #92AD95 Envy

📋 copy color: '#92AD95'

red 146 ◦ green 173 ◦ blue 149

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

Shades of Envy #92AD95

Tints of Envy #92AD95

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.97%

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 31.2%
G = 36.97%
B = 31.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#92AD95 (or 0x92AD95) is known color: Envy. HEX triplet: 92, AD and 95. RGB value is (146,173,149). Sum of RGB (Red+Green+Blue) = 146+173+149=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AD95 is #6D526A. Grayscale: #A2A2A2. Windows color (decimal): -7164523 or 9809298. OLE color: 9809298.

HSL color Cylindrical-coordinate representation of color #92AD95: hue angle of 126.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92AD95 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 173 149 -
CMYK 0.16 0 0.14 0.32
HSL 126.67º 0.14% 0.63% -
HSV(B) 126.67º 0.16% 0.68% -
XYZ 32.22 38.17 34.1 -
YUV 162.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 146 173 149 0.16 0 0.14 0.32 126.67 0.14 0.63
Hex 92 AD 95 10 0 E 20 7F E 3F
Octal 222 255 225 20 0 16 40 177 16 77
Binary 10010010 10101101 10010101 10000 0 1110 100000 1111111 1110 111111

Color Harmonies of #92AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AD95

Black with #92AD95

Text Example


Text Example

White with #92AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,173,149); }

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

background-color css

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

 a { background-color: rgb(146,173,149); }

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

border-color css

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

 span { border-color: rgb(146,173,149); }

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