Html Css Color HEX #92B095 Envy

📋 copy color: '#92B095'

red 146 ◦ green 176 ◦ blue 149

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

Shades of Envy #92B095

Tints of Envy #92B095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

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

R = 31%
G = 37.37%
B = 31.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#92B095 (or 0x92B095) is known color: Envy. HEX triplet: 92, B0 and 95. RGB value is (146,176,149). Sum of RGB (Red+Green+Blue) = 146+176+149=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #92B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B095 is #6D4F6A. Grayscale: #A4A4A4. Windows color (decimal): -7163755 or 9810066. OLE color: 9810066.

HSL color Cylindrical-coordinate representation of color #92B095: hue angle of 126º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92B095 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 176 149 -
CMYK 0.17 0 0.15 0.31
HSL 126º 0.16% 0.63% -
HSV(B) 126º 0.17% 0.69% -
XYZ 32.8 39.33 34.3 -
YUV 163.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 146 176 149 0.17 0 0.15 0.31 126 0.16 0.63
Hex 92 B0 95 11 0 F 1F 7E 10 3F
Octal 222 260 225 21 0 17 37 176 20 77
Binary 10010010 10110000 10010101 10001 0 1111 11111 1111110 10000 111111

Color Harmonies of #92B095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B095

Black with #92B095

Text Example


Text Example

White with #92B095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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