#89BD41

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

Shades of Atlantis #89BD41

Tints of Atlantis #89BD41

Color information

#89BD41 (or 0x89BD41) is unknown color: approx Atlantis. HEX triplet: 89, BD and 41. RGB value is (137,189,65). Sum of RGB (Red+Green+Blue) = 137+189+65=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BD41 is #7642BE. Grayscale: #9F9F9F. Windows color (decimal): -7750335 or 4308361. OLE color: 4308361.

HSL color Cylindrical-coordinate representation of color #89BD41: hue angle of 85.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89BD41 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB13718965-
CMYK0.2800.660.26
HSL85.16º48.82%49.8%-
HSV(B)85.16º65.61%74.12%-
XYZ29.4742.111.57-
YUV159.3274.77112.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.04%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=35.04%
G=48.34%
B=16.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137189650.2800.660.2685.1648.8249.8
Hex89BD411C0421A553132
Octal211275101340102321256162
Binary100010011011110110000011110001000010110101010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89BD41; }

 p { color: rgb(137,189,65); }

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

<style>
 a { background-color: #89BD41; }

 a { background-color: rgb(137,189,65); }

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

<style>
 span { border-color: #89BD41; }

 span { border-color: rgb(137,189,65); }

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