#97BA92

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

Shades of Dark Sea Green #97BA92

Tints of Dark Sea Green #97BA92

Color information

#97BA92 (or 0x97BA92) is unknown color: approx Dark Sea Green. HEX triplet: 97, BA and 92. RGB value is (151,186,146). Sum of RGB (Red+Green+Blue) = 151+186+146=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BA92 is #68456D. Grayscale: #ABABAB. Windows color (decimal): -6833518 or 9616023. OLE color: 9616023.

HSL color Cylindrical-coordinate representation of color #97BA92: hue angle of 112.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 #97BA92 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB151186146-
CMYK0.1900.220.27
HSL112.5º22.47%65.1%-
HSV(B)112.5º21.51%72.94%-
XYZ35.5143.7733.77-
YUV170.98113.9113.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=31.26%
G=38.51%
B=30.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511861460.1900.220.27112.522.4765.1
Hex97BA92130161B701641
Octal227272222230263316026101
Binary10010111101110101001001010011010110110111110000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97BA92; }

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

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

<style>
 a { background-color: #97BA92; }

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

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

<style>
 span { border-color: #97BA92; }

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

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