#92BA95

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

Shades of Dark Sea Green #92BA95

Tints of Dark Sea Green #92BA95

Color information

#92BA95 (or 0x92BA95) is unknown color: approx Dark Sea Green. HEX triplet: 92, BA and 95. RGB value is (146,186,149). Sum of RGB (Red+Green+Blue) = 146+186+149=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BA95 is #6D456A. Grayscale: #A9A9A9. Windows color (decimal): -7161195 or 9812626. OLE color: 9812626.

HSL color Cylindrical-coordinate representation of color #92BA95: hue angle of 124.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BA95 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB146186149-
CMYK0.2200.200.27
HSL124.5º22.47%65.1%-
HSV(B)124.5º21.51%72.94%-
XYZ34.8443.434.97-
YUV169.82116.25111.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=30.35%
G=38.67%
B=30.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461861490.2200.200.27124.522.4765.1
Hex92BA95160141B7c1641
Octal222272225260243317426101
Binary10010010101110101001010110110010100110111111100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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