#92BC88

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

Shades of Dark Sea Green #92BC88

Tints of Dark Sea Green #92BC88

Color information

#92BC88 (or 0x92BC88) is unknown color: approx Dark Sea Green. HEX triplet: 92, BC and 88. RGB value is (146,188,136). Sum of RGB (Red+Green+Blue) = 146+188+136=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BC88 is #6D4377. Grayscale: #A9A9A9. Windows color (decimal): -7160696 or 8961170. OLE color: 8961170.

HSL color Cylindrical-coordinate representation of color #92BC88: hue angle of 108.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92BC88 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB146188136-
CMYK0.2200.280.26
HSL108.46º27.96%63.53%-
HSV(B)108.46º27.66%73.73%-
XYZ34.2843.8629.95-
YUV169.51109.09111.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=31.06%
G=40%
B=28.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461881360.2200.280.26108.4627.9663.53
Hex92BC881601C1A6c1c40
Octal222274210260343215434100
Binary10010010101111001000100010110011100110101101100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,188,136); }

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

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

 a { background-color: rgb(146,188,136); }

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

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

 span { border-color: rgb(146,188,136); }

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