#8DBB45

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

Shades of Atlantis #8DBB45

Tints of Atlantis #8DBB45

Color information

#8DBB45 (or 0x8DBB45) is unknown color: approx Atlantis. HEX triplet: 8D, BB and 45. RGB value is (141,187,69). Sum of RGB (Red+Green+Blue) = 141+187+69=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB45 is #7244BA. Grayscale: #A0A0A0. Windows color (decimal): -7488699 or 4569997. OLE color: 4569997.

HSL color Cylindrical-coordinate representation of color #8DBB45: hue angle of 83.39º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DBB45 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB14118769-
CMYK0.2500.630.27
HSL83.39º46.46%50.2%-
HSV(B)83.39º63.1%73.33%-
XYZ29.8341.6312.09-
YUV159.7976.76114.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=35.52%
G=47.10%
B=17.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141187690.2500.630.2783.3946.4650.2
Hex8DBB451903F1B532e32
Octal21527310531077331235662
Binary10001101101110111000101110010111111110111010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBB45; }

 p { color: rgb(141,187,69); }

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

<style>
 a { background-color: #8DBB45; }

 a { background-color: rgb(141,187,69); }

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

<style>
 span { border-color: #8DBB45; }

 span { border-color: rgb(141,187,69); }

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