#92CC95

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

Shades of Dark Sea Green #92CC95

Tints of Dark Sea Green #92CC95

Color information

#92CC95 (or 0x92CC95) is unknown color: approx Dark Sea Green. HEX triplet: 92, CC and 95. RGB value is (146,204,149). Sum of RGB (Red+Green+Blue) = 146+204+149=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CC95 is #6D336A. Grayscale: #B4B4B4. Windows color (decimal): -7156587 or 9817234. OLE color: 9817234.

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

Color convert

RGB146204149-
CMYK0.2800.270.2
HSL123.1º36.25%68.63%-
HSV(B)123.1º28.43%80%-
XYZ38.8751.4736.32-
YUV180.39110.28103.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=29.26%
G=40.88%
B=29.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1462041490.2800.270.2123.136.2568.63
Hex92CC951C01B147b2445
Octal222314225340332417344105
Binary100100101100110010010101111000110111010011110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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