#76BA21

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

Shades of Lima #76BA21

Tints of Lima #76BA21

Color information

#76BA21 (or 0x76BA21) is unknown color: approx Lima. HEX triplet: 76, BA and 21. RGB value is (118,186,33). Sum of RGB (Red+Green+Blue) = 118+186+33=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA21 is #8945DE. Grayscale: #949494. Windows color (decimal): -8996319 or 2210422. OLE color: 2210422.

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

Color convert

RGB11818633-
CMYK0.3700.820.27
HSL86.67º69.86%42.94%-
HSV(B)86.67º82.26%72.94%-
XYZ25.339.087.65-
YUV148.2362.97106.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 186 (73.05% from 255) = 55.19%
BLUE value IS 33 (13.28% from 255) = 9.79%
R=35.01%
G=55.19%
B=9.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118186330.3700.820.2786.6769.8642.94
Hex76BA21250521B57462b
Octal166272414501223312710653
Binary111011010111010100001100101010100101101110101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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