#98B641

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

Shades of Atlantis #98B641

Tints of Atlantis #98B641

Color information

#98B641 (or 0x98B641) is unknown color: approx Atlantis. HEX triplet: 98, B6 and 41. RGB value is (152,182,65). Sum of RGB (Red+Green+Blue) = 152+182+65=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #98B641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B641 is #6749BE. Grayscale: #A0A0A0. Windows color (decimal): -6769087 or 4306584. OLE color: 4306584.

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

Color convert

RGB15218265-
CMYK0.1600.640.29
HSL75.38º47.37%48.43%-
HSV(B)75.38º64.29%71.37%-
XYZ30.6340.5111.21-
YUV159.6974.56122.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=38.10%
G=45.61%
B=16.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152182650.1600.640.2975.3847.3748.43
Hex98B641100401D4b2f30
Octal230266101200100351135760
Binary100110001011011010000011000001000000111011001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,182,65); }

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

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

 a { background-color: rgb(152,182,65); }

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

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

 span { border-color: rgb(152,182,65); }

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