Html Css Color HEX #92A595 Envy

📋 copy color: '#92A595'

red 146 ◦ green 165 ◦ blue 149

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

Shades of Envy #92A595

Tints of Envy #92A595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.87%

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

R = 31.74%
G = 35.87%
B = 32.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#92A595 (or 0x92A595) is known color: Envy. HEX triplet: 92, A5 and 95. RGB value is (146,165,149). Sum of RGB (Red+Green+Blue) = 146+165+149=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #92A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A595 is #6D5A6A. Grayscale: #9D9D9D. Windows color (decimal): -7166571 or 9807250. OLE color: 9807250.

HSL color Cylindrical-coordinate representation of color #92A595: hue angle of 129.47º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A595 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 146 165 149 -
CMYK 0.12 0 0.10 0.35
HSL 129.47º 0.1% 0.61% -
HSV(B) 129.47º 0.12% 0.65% -
XYZ 30.73 35.19 33.61 -
YUV 157.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 146 165 149 0.12 0 0.10 0.35 129.47 0.1 0.61
Hex 92 A5 95 C 0 A 23 81 A 3D
Octal 222 245 225 14 0 12 43 201 12 75
Binary 10010010 10100101 10010101 1100 0 1010 100011 10000001 1010 111101

Color Harmonies of #92A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A595

Black with #92A595

Text Example


Text Example

White with #92A595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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