#76BA34

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

Shades of Lima #76BA34

Tints of Lima #76BA34

Color information

#76BA34 (or 0x76BA34) is unknown color: approx Lima. HEX triplet: 76, BA and 34. RGB value is (118,186,52). Sum of RGB (Red+Green+Blue) = 118+186+52=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA34 is #8945CB. Grayscale: #969696. Windows color (decimal): -8996300 or 3455606. OLE color: 3455606.

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

Color convert

RGB11818652-
CMYK0.3700.720.27
HSL90.45º56.3%46.67%-
HSV(B)90.45º72.04%72.94%-
XYZ25.6539.229.47-
YUV150.3972.47104.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 52 (20.70% from 255) = 14.61%
R=33.15%
G=52.25%
B=14.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118186520.3700.720.2790.4556.346.67
Hex76BA34250481B5a382f
Octal16627264450110331327057
Binary11101101011101011010010010101001000110111011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,52); }

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

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

 a { background-color: rgb(118,186,52); }

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

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

 span { border-color: rgb(118,186,52); }

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