#92B886

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

Shades of Dark Sea Green #92B886

Tints of Dark Sea Green #92B886

Color information

#92B886 (or 0x92B886) is unknown color: approx Dark Sea Green. HEX triplet: 92, B8 and 86. RGB value is (146,184,134). Sum of RGB (Red+Green+Blue) = 146+184+134=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #92B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B886 is #6D4779. Grayscale: #A7A7A7. Windows color (decimal): -7161722 or 8829074. OLE color: 8829074.

HSL color Cylindrical-coordinate representation of color #92B886: hue angle of 105.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92B886 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB146184134-
CMYK0.2100.270.28
HSL105.6º26.04%62.35%-
HSV(B)105.6º27.17%72.16%-
XYZ33.342.1128.93-
YUV166.94109.41113.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.47%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=31.47%
G=39.66%
B=28.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461841340.2100.270.28105.626.0462.35
Hex92B8861501B1C6a1a3e
Octal22227020625033341523276
Binary1001001010111000100001101010101101111100110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,184,134); }

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

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

 a { background-color: rgb(146,184,134); }

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

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

 span { border-color: rgb(146,184,134); }

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