Html Css Color HEX #72BC86 Bay Leaf

📋 copy color: '#72BC86'

red 114 ◦ green 188 ◦ blue 134

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

Shades of Bay Leaf #72BC86

Tints of Bay Leaf #72BC86

RGB

 RED value IS 114 (44.92% from 255) = 26.15%

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

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

R = 26.15%
G = 43.12%
B = 30.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#72BC86 (or 0x72BC86) is known color: Bay Leaf. HEX triplet: 72, BC and 86. RGB value is (114,188,134). Sum of RGB (Red+Green+Blue) = 114+188+134=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BC86 is #8D4379. Grayscale: #9F9F9F. Windows color (decimal): -9257850 or 8830066. OLE color: 8830066.

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

Color convert

RGB 114 188 134 -
CMYK 0.39 0 0.29 0.26
HSL 136.22º 0.36% 0.59% -
HSV(B) 136.22º 0.39% 0.74% -
XYZ 29.23 41.27 28.98 -
YUV 159.72 113.48 95.39 -
System Red Green Blue C M Y K H S L
Decimal 114 188 134 0.39 0 0.29 0.26 136.22 0.36 0.59
Hex 72 BC 86 27 0 1D 1A 88 24 3B
Octal 162 274 206 47 0 35 32 210 44 73
Binary 1110010 10111100 10000110 100111 0 11101 11010 10001000 100100 111011

Color Harmonies of #72BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC86

Black with #72BC86

Text Example


Text Example

White with #72BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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