Html Css Color HEX #81B032 Limerick

📋 copy color: '#81B032'

red 129 ◦ green 176 ◦ blue 50

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

Shades of Limerick #81B032

Tints of Limerick #81B032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.58%

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

R = 36.34%
G = 49.58%
B = 14.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#81B032 (or 0x81B032) is known color: Limerick. HEX triplet: 81, B0 and 32. RGB value is (129,176,50). Sum of RGB (Red+Green+Blue) = 129+176+50=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #81B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B032 is #7E4FCD. Grayscale: #949494. Windows color (decimal): -8277966 or 3321985. OLE color: 3321985.

HSL color Cylindrical-coordinate representation of color #81B032: hue angle of 82.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81B032 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 176 50 -
CMYK 0.27 0 0.72 0.31
HSL 82.38º 0.56% 0.44% -
HSV(B) 82.38º 0.72% 0.69% -
XYZ 25.15 35.95 8.63 -
YUV 147.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 129 176 50 0.27 0 0.72 0.31 82.38 0.56 0.44
Hex 81 B0 32 1B 0 48 1F 52 38 2C
Octal 201 260 62 33 0 110 37 122 70 54
Binary 10000001 10110000 110010 11011 0 1001000 11111 1010010 111000 101100

Color Harmonies of #81B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B032

Black with #81B032

Text Example


Text Example

White with #81B032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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