#92C896

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

Shades of Dark Sea Green #92C896

Tints of Dark Sea Green #92C896

Color information

#92C896 (or 0x92C896) is unknown color: approx Dark Sea Green. HEX triplet: 92, C8 and 96. RGB value is (146,200,150). Sum of RGB (Red+Green+Blue) = 146+200+150=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #92C896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C896 is #6D3769. Grayscale: #B2B2B2. Windows color (decimal): -7157610 or 9881746. OLE color: 9881746.

HSL color Cylindrical-coordinate representation of color #92C896: hue angle of 124.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C896 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB146200150-
CMYK0.2700.250.22
HSL124.44º32.93%67.84%-
HSV(B)124.44º27%78.43%-
XYZ38.0149.6236.43-
YUV178.15112.11105.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=29.44%
G=40.32%
B=30.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1462001500.2700.250.22124.4432.9367.84
Hex92C8961B019167c2144
Octal222310226330312617441104
Binary100100101100100010010110110110110011011011111001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,200,150); }

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

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

 a { background-color: rgb(146,200,150); }

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

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

 span { border-color: rgb(146,200,150); }

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