#81BA29

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

Shades of Lima #81BA29

Tints of Lima #81BA29

Color information

#81BA29 (or 0x81BA29) is unknown color: approx Lima. HEX triplet: 81, BA and 29. RGB value is (129,186,41). Sum of RGB (Red+Green+Blue) = 129+186+41=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA29 is #7E45D6. Grayscale: #989898. Windows color (decimal): -8275415 or 2734721. OLE color: 2734721.

HSL color Cylindrical-coordinate representation of color #81BA29: hue angle of 83.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81BA29 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB12918641-
CMYK0.3100.780.27
HSL83.59º63.88%44.51%-
HSV(B)83.59º77.96%72.94%-
XYZ27.0139.958.38-
YUV152.4365.12111.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 41 (16.41% from 255) = 11.52%
R=36.24%
G=52.25%
B=11.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129186410.3100.780.2783.5963.8844.51
Hex81BA291F04E1B54402d
Octal201272513701163312410055
Binary100000011011101010100111111010011101101110101001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81BA29; }

 p { color: rgb(129,186,41); }

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

<style>
 a { background-color: #81BA29; }

 a { background-color: rgb(129,186,41); }

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

<style>
 span { border-color: #81BA29; }

 span { border-color: rgb(129,186,41); }

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