#8cbc41

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

Shades of Atlantis #8CBC41

Tints of Atlantis #8CBC41

Color information

#8CBC41 (or 0x8CBC41) is unknown color: approx Atlantis. HEX triplet: 8C, BC and 41. RGB value is (140,188,65). Sum of RGB (Red+Green+Blue) = 140+188+65=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC41 is #7343BE. Grayscale: #A0A0A0. Windows color (decimal): -7553983 or 4308108. OLE color: 4308108.

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

Color convert

RGB14018865-
CMYK0.2600.650.26
HSL83.41º48.62%49.61%-
HSV(B)83.41º65.43%73.73%-
XYZ29.7541.9211.52-
YUV159.6374.6114-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=35.62%
G=47.84%
B=16.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140188650.2600.650.2683.4148.6249.61
Hex8CBC411A0411A533132
Octal214274101320101321236162
Binary100011001011110010000011101001000001110101010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cbc41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,65); }

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

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

 a { background-color: rgb(140,188,65); }

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

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

 span { border-color: rgb(140,188,65); }

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