Html Css Color HEX #8CBC66 Mantis

📋 copy color: '#8CBC66'

red 140 ◦ green 188 ◦ blue 102

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

Shades of Mantis #8CBC66

Tints of Mantis #8CBC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 32.56%
G = 43.72%
B = 23.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#8CBC66 (or 0x8CBC66) is known color: Mantis. HEX triplet: 8C, BC and 66. RGB value is (140,188,102). Sum of RGB (Red+Green+Blue) = 140+188+102=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC66 is #734399. Grayscale: #A4A4A4. Windows color (decimal): -7553946 or 6732940. OLE color: 6732940.

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

Color convert

RGB 140 188 102 -
CMYK 0.26 0 0.46 0.26
HSL 93.49º 0.39% 0.57% -
HSV(B) 93.49º 0.46% 0.74% -
XYZ 31.2 42.5 19.13 -
YUV 163.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 140 188 102 0.26 0 0.46 0.26 93.49 0.39 0.57
Hex 8C BC 66 1A 0 2E 1A 5D 27 39
Octal 214 274 146 32 0 56 32 135 47 71
Binary 10001100 10111100 1100110 11010 0 101110 11010 1011101 100111 111001

Color Harmonies of #8CBC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC66

Black with #8CBC66

Text Example


Text Example

White with #8CBC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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