#8BBF3F

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

Shades of Atlantis #8BBF3F

Tints of Atlantis #8BBF3F

Color information

#8BBF3F (or 0x8BBF3F) is unknown color: approx Atlantis. HEX triplet: 8B, BF and 3F. RGB value is (139,191,63). Sum of RGB (Red+Green+Blue) = 139+191+63=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBF3F is #7440C0. Grayscale: #A1A1A1. Windows color (decimal): -7618753 or 4177803. OLE color: 4177803.

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

Color convert

RGB13919163-
CMYK0.2700.670.25
HSL84.38º50.39%49.8%-
HSV(B)84.38º67.02%74.9%-
XYZ30.1843.1111.43-
YUV160.8672.77112.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 63 (25% from 255) = 16.03%
R=35.37%
G=48.60%
B=16.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139191630.2700.670.2584.3850.3949.8
Hex8BBF3F1B04319543232
Octal21327777330103311246262
Binary10001011101111111111111101101000011110011010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,63); }

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

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

 a { background-color: rgb(139,191,63); }

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

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

 span { border-color: rgb(139,191,63); }

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