#77BA32

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

Shades of Lima #77BA32

Tints of Lima #77BA32

Color information

#77BA32 (or 0x77BA32) is unknown color: approx Lima. HEX triplet: 77, BA and 32. RGB value is (119,186,50). Sum of RGB (Red+Green+Blue) = 119+186+50=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA32 is #8845CD. Grayscale: #969696. Windows color (decimal): -8930766 or 3324535. OLE color: 3324535.

HSL color Cylindrical-coordinate representation of color #77BA32: hue angle of 89.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77BA32 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB11918650-
CMYK0.3600.730.27
HSL89.56º57.63%46.27%-
HSV(B)89.56º73.12%72.94%-
XYZ25.7439.279.24-
YUV150.4671.3105.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=33.52%
G=52.39%
B=14.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119186500.3600.730.2789.5657.6346.27
Hex77BA32240491B5a3a2e
Octal16727262440111331327256
Binary11101111011101011001010010001001001110111011010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77BA32; }

 p { color: rgb(119,186,50); }

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

<style>
 a { background-color: #77BA32; }

 a { background-color: rgb(119,186,50); }

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

<style>
 span { border-color: #77BA32; }

 span { border-color: rgb(119,186,50); }

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