#76BC32

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

Shades of Lima #76BC32

Tints of Lima #76BC32

Color information

#76BC32 (or 0x76BC32) is unknown color: approx Lima. HEX triplet: 76, BC and 32. RGB value is (118,188,50). Sum of RGB (Red+Green+Blue) = 118+188+50=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC32 is #8943CD. Grayscale: #979797. Windows color (decimal): -8995790 or 3325046. OLE color: 3325046.

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

Color convert

RGB11818850-
CMYK0.3700.730.26
HSL90.43º57.98%46.67%-
HSV(B)90.43º73.4%73.73%-
XYZ26.0340.059.38-
YUV151.3470.81104.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 188 (73.83% from 255) = 52.81%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=33.15%
G=52.81%
B=14.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118188500.3700.730.2690.4357.9846.67
Hex76BC32250491A5a3a2f
Octal16627462450111321327257
Binary11101101011110011001010010101001001110101011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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