Html Css Color HEX #8CB841 Atlantis

📋 copy color: '#8CB841'

red 140 ◦ green 184 ◦ blue 65

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

Shades of Atlantis #8CB841

Tints of Atlantis #8CB841

RGB

 RED value IS 140 (55.08% from 255) = 35.99%

 GREEN value IS 184 (72.27% from 255) = 47.3%

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 35.99%
G = 47.3%
B = 16.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#8CB841 (or 0x8CB841) is known color: Atlantis. HEX triplet: 8C, B8 and 41. RGB value is (140,184,65). Sum of RGB (Red+Green+Blue) = 140+184+65=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB841 is #7347BE. Grayscale: #9D9D9D. Windows color (decimal): -7555007 or 4307084. OLE color: 4307084.

HSL color Cylindrical-coordinate representation of color #8CB841: hue angle of 82.18º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CB841 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 65 -
CMYK 0.24 0 0.65 0.28
HSL 82.18º 0.48% 0.49% -
HSV(B) 82.18º 0.65% 0.72% -
XYZ 28.91 40.24 11.24 -
YUV 157.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 140 184 65 0.24 0 0.65 0.28 82.18 0.48 0.49
Hex 8C B8 41 18 0 41 1C 52 30 31
Octal 214 270 101 30 0 101 34 122 60 61
Binary 10001100 10111000 1000001 11000 0 1000001 11100 1010010 110000 110001

Color Harmonies of #8CB841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB841

Black with #8CB841

Text Example


Text Example

White with #8CB841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CB841;
 }
 .AnyTagClassName
 {
   color: #8CB841;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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