Html Css Color HEX #81BA32 Limerick

📋 copy color: '#81BA32'

red 129 ◦ green 186 ◦ blue 50

#81BA32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #81BA32

Tints of Limerick #81BA32

RGB

 RED value IS 129 (50.78% from 255) = 35.34%

 GREEN value IS 186 (73.05% from 255) = 50.96%

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 35.34%
G = 50.96%
B = 13.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#81BA32 (or 0x81BA32) is known color: Limerick. HEX triplet: 81, BA and 32. RGB value is (129,186,50). Sum of RGB (Red+Green+Blue) = 129+186+50=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA32 is #7E45CD. Grayscale: #999999. Windows color (decimal): -8275406 or 3324545. OLE color: 3324545.

HSL color Cylindrical-coordinate representation of color #81BA32: hue angle of 85.15º 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 #81BA32 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 186 50 -
CMYK 0.31 0 0.73 0.27
HSL 85.15º 0.58% 0.46% -
HSV(B) 85.15º 0.73% 0.73% -
XYZ 27.19 40.02 9.31 -
YUV 153.45 69.62 110.56 -
System Red Green Blue C M Y K H S L
Decimal 129 186 50 0.31 0 0.73 0.27 85.15 0.58 0.46
Hex 81 BA 32 1F 0 49 1B 55 3A 2E
Octal 201 272 62 37 0 111 33 125 72 56
Binary 10000001 10111010 110010 11111 0 1001001 11011 1010101 111010 101110

Color Harmonies of #81BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA32

Black with #81BA32

Text Example


Text Example

White with #81BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81BA32;
 }
 .AnyTagClassName
 {
   color: #81BA32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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