#98B949

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

Shades of Atlantis #98B949

Tints of Atlantis #98B949

Color information

#98B949 (or 0x98B949) is unknown color: approx Atlantis. HEX triplet: 98, B9 and 49. RGB value is (152,185,73). Sum of RGB (Red+Green+Blue) = 152+185+73=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #98B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B949 is #6746B6. Grayscale: #A2A2A2. Windows color (decimal): -6768311 or 4831640. OLE color: 4831640.

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

Color convert

RGB15218573-
CMYK0.1800.610.27
HSL77.68º44.44%50.59%-
HSV(B)77.68º60.54%72.55%-
XYZ31.541.8512.72-
YUV162.3677.57120.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 185 (72.66% from 255) = 45.12%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=37.07%
G=45.12%
B=17.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152185730.1800.610.2777.6844.4450.59
Hex98B9491203D1B4e2c33
Octal23027111122075331165463
Binary10011000101110011001001100100111101110111001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,185,73); }

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

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

 a { background-color: rgb(152,185,73); }

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

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

 span { border-color: rgb(152,185,73); }

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