Html Css Color HEX #8CBD68 Mantis

📋 copy color: '#8CBD68'

red 140 ◦ green 189 ◦ blue 104

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

Shades of Mantis #8CBD68

Tints of Mantis #8CBD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 32.33%
G = 43.65%
B = 24.02%

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

#8CBD68 (or 0x8CBD68) is known color: Mantis. HEX triplet: 8C, BD and 68. RGB value is (140,189,104). Sum of RGB (Red+Green+Blue) = 140+189+104=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD68 is #734297. Grayscale: #A4A4A4. Windows color (decimal): -7553688 or 6864268. OLE color: 6864268.

HSL color Cylindrical-coordinate representation of color #8CBD68: hue angle of 94.59º 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 #8CBD68 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 189 104 -
CMYK 0.26 0 0.45 0.26
HSL 94.59º 0.39% 0.57% -
HSV(B) 94.59º 0.45% 0.74% -
XYZ 31.51 42.97 19.73 -
YUV 164.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 140 189 104 0.26 0 0.45 0.26 94.59 0.39 0.57
Hex 8C BD 68 1A 0 2D 1A 5F 27 39
Octal 214 275 150 32 0 55 32 137 47 71
Binary 10001100 10111101 1101000 11010 0 101101 11010 1011111 100111 111001

Color Harmonies of #8CBD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD68

Black with #8CBD68

Text Example


Text Example

White with #8CBD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,104); }

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

background-color css

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

 a { background-color: rgb(140,189,104); }

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

border-color css

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

 span { border-color: rgb(140,189,104); }

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