#76BC83

Color #76BC83 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #76BC83

Tints of Bay Leaf #76BC83

Color information

#76BC83 (or 0x76BC83) is unknown color: approx Bay Leaf. HEX triplet: 76, BC and 83. RGB value is (118,188,131). Sum of RGB (Red+Green+Blue) = 118+188+131=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BC83 is #89437C. Grayscale: #A0A0A0. Windows color (decimal): -8995709 or 8633462. OLE color: 8633462.

HSL color Cylindrical-coordinate representation of color #76BC83: hue angle of 131.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC83 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB118188131-
CMYK0.3700.300.26
HSL131.14º34.31%60%-
HSV(B)131.14º37.23%73.73%-
XYZ29.5541.4627.92-
YUV160.57111.3197.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=27.00%
G=43.02%
B=29.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181881310.3700.300.26131.1434.3160
Hex76BC832501E1A83223c
Octal16627420345036322034274
Binary111011010111100100000111001010111101101010000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,188,131); }

 H1.HeaderClassName
 {
   color: #76BC83;
 }
 .AnyTagClassName
 {
   color: #76BC83;
 }
</style>
background-color css

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

 a { background-color: rgb(118,188,131); }

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

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

 span { border-color: rgb(118,188,131); }

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