Html Css Color HEX #8CBC67 Mantis

📋 copy color: '#8CBC67'

red 140 ◦ green 188 ◦ blue 103

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

Shades of Mantis #8CBC67

Tints of Mantis #8CBC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.9%

R = 32.48%
G = 43.62%
B = 23.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#8CBC67 (or 0x8CBC67) is known color: Mantis. HEX triplet: 8C, BC and 67. RGB value is (140,188,103). Sum of RGB (Red+Green+Blue) = 140+188+103=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC67 is #734398. Grayscale: #A4A4A4. Windows color (decimal): -7553945 or 6798476. OLE color: 6798476.

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

Color convert

RGB 140 188 103 -
CMYK 0.26 0 0.45 0.26
HSL 93.88º 0.39% 0.57% -
HSV(B) 93.88º 0.45% 0.74% -
XYZ 31.25 42.52 19.39 -
YUV 163.96 93.6 110.91 -
System Red Green Blue C M Y K H S L
Decimal 140 188 103 0.26 0 0.45 0.26 93.88 0.39 0.57
Hex 8C BC 67 1A 0 2D 1A 5E 27 39
Octal 214 274 147 32 0 55 32 136 47 71
Binary 10001100 10111100 1100111 11010 0 101101 11010 1011110 100111 111001

Color Harmonies of #8CBC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC67

Black with #8CBC67

Text Example


Text Example

White with #8CBC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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