Html Css Color HEX #29BC86 Mountain Meadow

📋 copy color: '#29BC86'

red 41 ◦ green 188 ◦ blue 134

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

Shades of Mountain Meadow #29BC86

Tints of Mountain Meadow #29BC86

RGB

 RED value IS 41 (16.41% from 255) = 11.29%

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

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 11.29%
G = 51.79%
B = 36.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#29BC86 (or 0x29BC86) is known color: Mountain Meadow. HEX triplet: 29, BC and 86. RGB value is (41,188,134). Sum of RGB (Red+Green+Blue) = 41+188+134=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BC86 is #D64379. Grayscale: #898989. Windows color (decimal): -14041978 or 8829993. OLE color: 8829993.

HSL color Cylindrical-coordinate representation of color #29BC86: hue angle of 157.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BC86 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 188 134 -
CMYK 0.78 0 0.29 0.26
HSL 157.96º 0.64% 0.45% -
HSV(B) 157.96º 0.78% 0.74% -
XYZ 23.2 38.16 28.7 -
YUV 137.89 125.8 58.89 -
System Red Green Blue C M Y K H S L
Decimal 41 188 134 0.78 0 0.29 0.26 157.96 0.64 0.45
Hex 29 BC 86 4E 0 1D 1A 9E 40 2D
Octal 51 274 206 116 0 35 32 236 100 55
Binary 101001 10111100 10000110 1001110 0 11101 11010 10011110 1000000 101101

Color Harmonies of #29BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BC86

Black with #29BC86

Text Example


Text Example

White with #29BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29BC86; }

 p { color: rgb(41,188,134); }

 H1.HeaderClassName
 {
   color: #29BC86;
 }
 .AnyTagClassName
 {
   color: #29BC86;
 }
</style>

background-color css

<style>
 a { background-color: #29BC86; }

 a { background-color: rgb(41,188,134); }

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

border-color css

<style>
 span { border-color: #29BC86; }

 span { border-color: rgb(41,188,134); }

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