#98B748

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

Shades of Atlantis #98B748

Tints of Atlantis #98B748

Color information

#98B748 (or 0x98B748) is unknown color: approx Atlantis. HEX triplet: 98, B7 and 48. RGB value is (152,183,72). Sum of RGB (Red+Green+Blue) = 152+183+72=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #98B748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B748 is #6748B7. Grayscale: #A1A1A1. Windows color (decimal): -6768824 or 4765592. OLE color: 4765592.

HSL color Cylindrical-coordinate representation of color #98B748: hue angle of 76.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98B748 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB15218372-
CMYK0.1700.610.28
HSL76.76º43.53%50%-
HSV(B)76.76º60.66%71.76%-
XYZ31.0541.0112.41-
YUV161.0877.73121.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 183 (71.88% from 255) = 44.96%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=37.35%
G=44.96%
B=17.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152183720.1700.610.2876.7643.5350
Hex98B7481103D1C4d2c32
Octal23026711021075341155462
Binary10011000101101111001000100010111101111001001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,183,72); }

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

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

 a { background-color: rgb(152,183,72); }

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

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

 span { border-color: rgb(152,183,72); }

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