#92BEB6

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

Shades of Shadow Green #92BEB6

Tints of Shadow Green #92BEB6

Color information

#92BEB6 (or 0x92BEB6) is unknown color: approx Shadow Green. HEX triplet: 92, BE and B6. RGB value is (146,190,182). Sum of RGB (Red+Green+Blue) = 146+190+182=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #92BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEB6 is #6D4149. Grayscale: #AFAFAF. Windows color (decimal): -7160138 or 11976338. OLE color: 11976338.

HSL color Cylindrical-coordinate representation of color #92BEB6: hue angle of 169.09º 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 #92BEB6 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB146190182-
CMYK0.2300.040.25
HSL169.09º25.29%65.88%-
HSV(B)169.09º23.16%74.51%-
XYZ38.7146.3251.16-
YUV175.93131.42106.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.19%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=28.19%
G=36.68%
B=35.14%

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
Decimal1461901820.2300.040.25169.0925.2965.88
Hex92BEB6170419a91942
Octal22227626627043125131102
Binary1001001010111110101101101011101001100110101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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