#92CD95

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

Shades of Dark Sea Green #92CD95

Tints of Dark Sea Green #92CD95

Color information

#92CD95 (or 0x92CD95) is unknown color: approx Dark Sea Green. HEX triplet: 92, CD and 95. RGB value is (146,205,149). Sum of RGB (Red+Green+Blue) = 146+205+149=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CD95 is #6D326A. Grayscale: #B5B5B5. Windows color (decimal): -7156331 or 9817490. OLE color: 9817490.

HSL color Cylindrical-coordinate representation of color #92CD95: hue angle of 123.05º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CD95 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB146205149-
CMYK0.2900.270.20
HSL123.05º37.11%68.82%-
HSV(B)123.05º28.78%80.39%-
XYZ39.1151.9436.4-
YUV180.97109.95103.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=29.2%
G=41%
B=29.8%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1462051490.2900.270.20123.0537.1168.82
Hex92CD951D01B147b2545
Octal222315225350332417345105
Binary100100101100110110010101111010110111010011110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,205,149); }

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

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

 a { background-color: rgb(146,205,149); }

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

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

 span { border-color: rgb(146,205,149); }

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