#8BBE46

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

Shades of Atlantis #8BBE46

Tints of Atlantis #8BBE46

Color information

#8BBE46 (or 0x8BBE46) is unknown color: approx Atlantis. HEX triplet: 8B, BE and 46. RGB value is (139,190,70). Sum of RGB (Red+Green+Blue) = 139+190+70=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBE46 is #7441B9. Grayscale: #A1A1A1. Windows color (decimal): -7619002 or 4636299. OLE color: 4636299.

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

Color convert

RGB13919070-
CMYK0.2700.630.25
HSL85.5º48%50.98%-
HSV(B)85.5º63.16%74.51%-
XYZ30.1742.7612.46-
YUV161.0776.6112.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=34.84%
G=47.62%
B=17.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139190700.2700.630.2585.54850.98
Hex8BBE461B03F19563033
Octal21327610633077311266063
Binary10001011101111101000110110110111111110011010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,70); }

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

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

 a { background-color: rgb(139,190,70); }

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

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

 span { border-color: rgb(139,190,70); }

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