#8CBF43

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

Shades of Atlantis #8CBF43

Tints of Atlantis #8CBF43

Color information

#8CBF43 (or 0x8CBF43) is unknown color: approx Atlantis. HEX triplet: 8C, BF and 43. RGB value is (140,191,67). Sum of RGB (Red+Green+Blue) = 140+191+67=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBF43 is #7340BC. Grayscale: #A2A2A2. Windows color (decimal): -7553213 or 4439948. OLE color: 4439948.

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

Color convert

RGB14019167-
CMYK0.2700.650.25
HSL84.68º49.21%50.59%-
HSV(B)84.68º64.92%74.9%-
XYZ30.4643.2412.05-
YUV161.6174.6112.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 191 (75% from 255) = 47.99%
BLUE value IS 67 (26.56% from 255) = 16.83%
R=35.18%
G=47.99%
B=16.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140191670.2700.650.2584.6849.2150.59
Hex8CBF431B04119553133
Octal214277103330101311256163
Binary100011001011111110000111101101000001110011010101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,67); }

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

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

 a { background-color: rgb(140,191,67); }

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

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

 span { border-color: rgb(140,191,67); }

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