#92BEB4

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

Shades of Shadow Green #92BEB4

Tints of Shadow Green #92BEB4

Color information

#92BEB4 (or 0x92BEB4) is unknown color: approx Shadow Green. HEX triplet: 92, BE and B4. RGB value is (146,190,180). Sum of RGB (Red+Green+Blue) = 146+190+180=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #92BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEB4 is #6D414B. Grayscale: #AFAFAF. Windows color (decimal): -7160140 or 11845266. OLE color: 11845266.

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

Color convert

RGB146190180-
CMYK0.2300.050.25
HSL166.36º25.29%65.88%-
HSV(B)166.36º23.16%74.51%-
XYZ38.5146.2350.07-
YUV175.7130.42106.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=28.29%
G=36.82%
B=34.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461901800.2300.050.25166.3625.2965.88
Hex92BEB4170519a61942
Octal22227626427053124631102
Binary1001001010111110101101001011101011100110100110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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