#92BEB7

Color #92BEB7 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #92BEB7

Tints of Shadow Green #92BEB7

Color information

#92BEB7 (or 0x92BEB7) is unknown color: approx Shadow Green. HEX triplet: 92, BE and B7. RGB value is (146,190,183). Sum of RGB (Red+Green+Blue) = 146+190+183=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #92BEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEB7 is #6D4148. Grayscale: #B0B0B0. Windows color (decimal): -7160137 or 12041874. OLE color: 12041874.

HSL color Cylindrical-coordinate representation of color #92BEB7: hue angle of 170.45º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BEB7 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB146190183-
CMYK0.2300.040.25
HSL170.45º25.29%65.88%-
HSV(B)170.45º23.16%74.51%-
XYZ38.8146.3651.7-
YUV176.05131.92106.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=28.13%
G=36.61%
B=35.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461901830.2300.040.25170.4525.2965.88
Hex92BEB7170419aa1942
Octal22227626727043125231102
Binary1001001010111110101101111011101001100110101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,183); }

 H1.HeaderClassName
 {
   color: #92BEB7;
 }
 .AnyTagClassName
 {
   color: #92BEB7;
 }
</style>
background-color css

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

 a { background-color: rgb(146,190,183); }

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

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

 span { border-color: rgb(146,190,183); }

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