#8CBD46

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

Shades of Atlantis #8CBD46

Tints of Atlantis #8CBD46

Color information

#8CBD46 (or 0x8CBD46) is unknown color: approx Atlantis. HEX triplet: 8C, BD and 46. RGB value is (140,189,70). Sum of RGB (Red+Green+Blue) = 140+189+70=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBD46 is #7342B9. Grayscale: #A1A1A1. Windows color (decimal): -7553722 or 4636044. OLE color: 4636044.

HSL color Cylindrical-coordinate representation of color #8CBD46: hue angle of 84.71º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CBD46 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB14018970-
CMYK0.2600.630.26
HSL84.71º47.41%50.78%-
HSV(B)84.71º62.96%74.12%-
XYZ30.1242.4112.39-
YUV160.7876.77113.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=35.09%
G=47.37%
B=17.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140189700.2600.630.2684.7147.4150.78
Hex8CBD461A03F1A552f33
Octal21427510632077321255763
Binary10001100101111011000110110100111111110101010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,70); }

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

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

 a { background-color: rgb(140,189,70); }

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

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

 span { border-color: rgb(140,189,70); }

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