Html Css Color HEX #81BB1A Lima

📋 copy color: '#81BB1A'

red 129 ◦ green 187 ◦ blue 26

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

Shades of Lima #81BB1A

Tints of Lima #81BB1A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.68%

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 37.72%
G = 54.68%
B = 7.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#81BB1A (or 0x81BB1A) is known color: Lima. HEX triplet: 81, BB and 1A. RGB value is (129,187,26). Sum of RGB (Red+Green+Blue) = 129+187+26=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB1A is #7E44E5. Grayscale: #979797. Windows color (decimal): -8275174 or 1751937. OLE color: 1751937.

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

Color convert

RGB 129 187 26 -
CMYK 0.31 0 0.86 0.27
HSL 81.61º 0.76% 0.42% -
HSV(B) 81.61º 0.86% 0.73% -
XYZ 27.01 40.28 7.33 -
YUV 151.3 57.28 112.09 -
System Red Green Blue C M Y K H S L
Decimal 129 187 26 0.31 0 0.86 0.27 81.61 0.76 0.42
Hex 81 BB 1A 1F 0 56 1B 52 4C 2A
Octal 201 273 32 37 0 126 33 122 114 52
Binary 10000001 10111011 11010 11111 0 1010110 11011 1010010 1001100 101010

Color Harmonies of #81BB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BB1A

Black with #81BB1A

Text Example


Text Example

White with #81BB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,187,26); }

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

background-color css

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

 a { background-color: rgb(129,187,26); }

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

border-color css

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

 span { border-color: rgb(129,187,26); }

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