Html Css Color HEX #8CBC41 Atlantis

📋 copy color: '#8CBC41'

red 140 ◦ green 188 ◦ blue 65

#8CBC41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8CBC41

Tints of Atlantis #8CBC41

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 value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#8CBC41 (or 0x8CBC41) is known color: 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

RGB 140 188 65 -
CMYK 0.26 0 0.65 0.26
HSL 83.41º 0.49% 0.5% -
HSV(B) 83.41º 0.65% 0.74% -
XYZ 29.75 41.92 11.52 -
YUV 159.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 140 188 65 0.26 0 0.65 0.26 83.41 0.49 0.5
Hex 8C BC 41 1A 0 41 1A 53 31 32
Octal 214 274 101 32 0 101 32 123 61 62
Binary 10001100 10111100 1000001 11010 0 1000001 11010 1010011 110001 110010

Color Harmonies of #8CBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC41

Black with #8CBC41

Text Example


Text Example

White with #8CBC41

Text Example


Text Example

HTML Codes & Css Web 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>