#98BA3F

Color #98BA3F Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #98BA3F

Tints of Atlantis #98BA3F

Color information

#98BA3F (or 0x98BA3F) is unknown color: approx Atlantis. HEX triplet: 98, BA and 3F. RGB value is (152,186,63). Sum of RGB (Red+Green+Blue) = 152+186+63=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA3F is #6745C0. Grayscale: #A2A2A2. Windows color (decimal): -6768065 or 4176536. OLE color: 4176536.

HSL color Cylindrical-coordinate representation of color #98BA3F: hue angle of 76.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98BA3F is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB15218663-
CMYK0.1800.660.27
HSL76.59º49.4%48.82%-
HSV(B)76.59º66.13%72.94%-
XYZ31.4142.1511.18-
YUV161.8172.24121-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 63 (25% from 255) = 15.71%
R=37.91%
G=46.38%
B=15.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152186630.1800.660.2776.5949.448.82
Hex98BA3F120421B4d3131
Octal23027277220102331156161
Binary10011000101110101111111001001000010110111001101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BA3F; }

 p { color: rgb(152,186,63); }

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

<style>
 a { background-color: #98BA3F; }

 a { background-color: rgb(152,186,63); }

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

<style>
 span { border-color: #98BA3F; }

 span { border-color: rgb(152,186,63); }

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