#92B797

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

Shades of Dark Sea Green #92B797

Tints of Dark Sea Green #92B797

Color information

#92B797 (or 0x92B797) is unknown color: approx Dark Sea Green. HEX triplet: 92, B7 and 97. RGB value is (146,183,151). Sum of RGB (Red+Green+Blue) = 146+183+151=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #92B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B797 is #6D4868. Grayscale: #A8A8A8. Windows color (decimal): -7161961 or 9942930. OLE color: 9942930.

HSL color Cylindrical-coordinate representation of color #92B797: hue angle of 128.11º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92B797 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB146183151-
CMYK0.2000.170.28
HSL128.11º20.44%64.51%-
HSV(B)128.11º20.22%71.76%-
XYZ34.3742.2135.61-
YUV168.29118.24112.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.42%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=30.42%
G=38.12%
B=31.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461831510.2000.170.28128.1120.4464.51
Hex92B797140111C801441
Octal222267227240213420024101
Binary100100101011011110010111101000100011110010000000101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,183,151); }

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

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

 a { background-color: rgb(146,183,151); }

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

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

 span { border-color: rgb(146,183,151); }

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