#98B546

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

Shades of Atlantis #98B546

Tints of Atlantis #98B546

Color information

#98B546 (or 0x98B546) is unknown color: approx Atlantis. HEX triplet: 98, B5 and 46. RGB value is (152,181,70). Sum of RGB (Red+Green+Blue) = 152+181+70=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #98B546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B546 is #674AB9. Grayscale: #A0A0A0. Windows color (decimal): -6769338 or 4634008. OLE color: 4634008.

HSL color Cylindrical-coordinate representation of color #98B546: hue angle of 75.68º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98B546 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB15218170-
CMYK0.1600.610.29
HSL75.68º44.22%49.22%-
HSV(B)75.68º61.33%70.98%-
XYZ30.5840.1711.94-
YUV159.6777.39122.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 181 (71.09% from 255) = 44.91%
BLUE value IS 70 (27.73% from 255) = 17.37%
R=37.72%
G=44.91%
B=17.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152181700.1600.610.2975.6844.2249.22
Hex98B5461003D1D4c2c31
Octal23026510620075351145461
Binary10011000101101011000110100000111101111011001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,70); }

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

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

 a { background-color: rgb(152,181,70); }

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

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

 span { border-color: rgb(152,181,70); }

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