Html Css Color HEX #76C186 Bay Leaf

📋 copy color: '#76C186'

red 118 ◦ green 193 ◦ blue 134

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

Shades of Bay Leaf #76C186

Tints of Bay Leaf #76C186

RGB

 RED value IS 118 (46.48% from 255) = 26.52%

 GREEN value IS 193 (75.78% from 255) = 43.37%

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

R = 26.52%
G = 43.37%
B = 30.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#76C186 (or 0x76C186) is known color: Bay Leaf. HEX triplet: 76, C1 and 86. RGB value is (118,193,134). Sum of RGB (Red+Green+Blue) = 118+193+134=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #76C186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C186 is #893E79. Grayscale: #A4A4A4. Windows color (decimal): -8994426 or 8831350. OLE color: 8831350.

HSL color Cylindrical-coordinate representation of color #76C186: hue angle of 132.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C186 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 134 -
CMYK 0.39 0 0.31 0.24
HSL 132.8º 0.38% 0.61% -
HSV(B) 132.8º 0.39% 0.76% -
XYZ 30.84 43.71 29.37 -
YUV 163.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 118 193 134 0.39 0 0.31 0.24 132.8 0.38 0.61
Hex 76 C1 86 27 0 1F 18 85 26 3D
Octal 166 301 206 47 0 37 30 205 46 75
Binary 1110110 11000001 10000110 100111 0 11111 11000 10000101 100110 111101

Color Harmonies of #76C186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C186

Black with #76C186

Text Example


Text Example

White with #76C186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C186; }

 p { color: rgb(118,193,134); }

 H1.HeaderClassName
 {
   color: #76C186;
 }
 .AnyTagClassName
 {
   color: #76C186;
 }
</style>

background-color css

<style>
 a { background-color: #76C186; }

 a { background-color: rgb(118,193,134); }

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

border-color css

<style>
 span { border-color: #76C186; }

 span { border-color: rgb(118,193,134); }

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