Html Css Color HEX #81B136 Limerick

📋 copy color: '#81B136'

red 129 ◦ green 177 ◦ blue 54

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

Shades of Limerick #81B136

Tints of Limerick #81B136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.17%

 BLUE value IS 54 (21.48% from 255) = 15%

R = 35.83%
G = 49.17%
B = 15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#81B136 (or 0x81B136) is known color: Limerick. HEX triplet: 81, B1 and 36. RGB value is (129,177,54). Sum of RGB (Red+Green+Blue) = 129+177+54=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #81B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B136 is #7E4EC9. Grayscale: #959595. Windows color (decimal): -8277706 or 3584385. OLE color: 3584385.

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

Color convert

RGB 129 177 54 -
CMYK 0.27 0 0.69 0.31
HSL 83.41º 0.53% 0.45% -
HSV(B) 83.41º 0.69% 0.69% -
XYZ 25.44 36.38 9.17 -
YUV 148.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 129 177 54 0.27 0 0.69 0.31 83.41 0.53 0.45
Hex 81 B1 36 1B 0 45 1F 53 35 2D
Octal 201 261 66 33 0 105 37 123 65 55
Binary 10000001 10110001 110110 11011 0 1000101 11111 1010011 110101 101101

Color Harmonies of #81B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B136

Black with #81B136

Text Example


Text Example

White with #81B136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,177,54); }

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

background-color css

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

 a { background-color: rgb(129,177,54); }

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

border-color css

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

 span { border-color: rgb(129,177,54); }

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