Html Css Color HEX #71BC86 Bay Leaf

📋 copy color: '#71BC86'

red 113 ◦ green 188 ◦ blue 134

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

Shades of Bay Leaf #71BC86

Tints of Bay Leaf #71BC86

RGB

 RED value IS 113 (44.53% from 255) = 25.98%

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

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

R = 25.98%
G = 43.22%
B = 30.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#71BC86 (or 0x71BC86) is known color: Bay Leaf. HEX triplet: 71, BC and 86. RGB value is (113,188,134). Sum of RGB (Red+Green+Blue) = 113+188+134=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC86 is #8E4379. Grayscale: #9F9F9F. Windows color (decimal): -9323386 or 8830065. OLE color: 8830065.

HSL color Cylindrical-coordinate representation of color #71BC86: hue angle of 136.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC86 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 134 -
CMYK 0.40 0 0.29 0.26
HSL 136.8º 0.36% 0.59% -
HSV(B) 136.8º 0.4% 0.74% -
XYZ 29.1 41.2 28.97 -
YUV 159.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 113 188 134 0.40 0 0.29 0.26 136.8 0.36 0.59
Hex 71 BC 86 28 0 1D 1A 89 24 3B
Octal 161 274 206 50 0 35 32 211 44 73
Binary 1110001 10111100 10000110 101000 0 11101 11010 10001001 100100 111011

Color Harmonies of #71BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC86

Black with #71BC86

Text Example


Text Example

White with #71BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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