#92C796

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

Shades of Dark Sea Green #92C796

Tints of Dark Sea Green #92C796

Color information

#92C796 (or 0x92C796) is unknown color: approx Dark Sea Green. HEX triplet: 92, C7 and 96. RGB value is (146,199,150). Sum of RGB (Red+Green+Blue) = 146+199+150=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #92C796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C796 is #6D3869. Grayscale: #B1B1B1. Windows color (decimal): -7157866 or 9881490. OLE color: 9881490.

HSL color Cylindrical-coordinate representation of color #92C796: hue angle of 124.53º degrees, saturation: 0.32, 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 #92C796 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB146199150-
CMYK0.2700.250.22
HSL124.53º32.12%67.65%-
HSV(B)124.53º26.63%78.04%-
XYZ37.7849.1636.35-
YUV177.57112.44105.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=29.49%
G=40.20%
B=30.30%

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
Decimal1461991500.2700.250.22124.5332.1267.65
Hex92C7961B019167d2044
Octal222307226330312617540104
Binary100100101100011110010110110110110011011011111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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