Html Css Color HEX #8CBA67 Mantis

📋 copy color: '#8CBA67'

red 140 ◦ green 186 ◦ blue 103

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

Shades of Mantis #8CBA67

Tints of Mantis #8CBA67

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

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

R = 32.63%
G = 43.36%
B = 24.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#8CBA67 (or 0x8CBA67) is known color: Mantis. HEX triplet: 8C, BA and 67. RGB value is (140,186,103). Sum of RGB (Red+Green+Blue) = 140+186+103=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA67 is #734598. Grayscale: #A3A3A3. Windows color (decimal): -7554457 or 6797964. OLE color: 6797964.

HSL color Cylindrical-coordinate representation of color #8CBA67: hue angle of 93.25º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CBA67 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 103 -
CMYK 0.25 0 0.45 0.27
HSL 93.25º 0.38% 0.57% -
HSV(B) 93.25º 0.45% 0.73% -
XYZ 30.82 41.67 19.25 -
YUV 162.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 140 186 103 0.25 0 0.45 0.27 93.25 0.38 0.57
Hex 8C BA 67 19 0 2D 1B 5D 26 39
Octal 214 272 147 31 0 55 33 135 46 71
Binary 10001100 10111010 1100111 11001 0 101101 11011 1011101 100110 111001

Color Harmonies of #8CBA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA67

Black with #8CBA67

Text Example


Text Example

White with #8CBA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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