Html Css Color HEX #81BC1A Lima

📋 copy color: '#81BC1A'

red 129 ◦ green 188 ◦ blue 26

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

Shades of Lima #81BC1A

Tints of Lima #81BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

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

R = 37.61%
G = 54.81%
B = 7.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#81BC1A (or 0x81BC1A) is known color: Lima. HEX triplet: 81, BC and 1A. RGB value is (129,188,26). Sum of RGB (Red+Green+Blue) = 129+188+26=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC1A is #7E43E5. Grayscale: #989898. Windows color (decimal): -8274918 or 1752193. OLE color: 1752193.

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

Color convert

RGB 129 188 26 -
CMYK 0.31 0 0.86 0.26
HSL 81.85º 0.76% 0.42% -
HSV(B) 81.85º 0.86% 0.74% -
XYZ 27.22 40.71 7.4 -
YUV 151.89 56.95 111.67 -
System Red Green Blue C M Y K H S L
Decimal 129 188 26 0.31 0 0.86 0.26 81.85 0.76 0.42
Hex 81 BC 1A 1F 0 56 1A 52 4C 2A
Octal 201 274 32 37 0 126 32 122 114 52
Binary 10000001 10111100 11010 11111 0 1010110 11010 1010010 1001100 101010

Color Harmonies of #81BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC1A

Black with #81BC1A

Text Example


Text Example

White with #81BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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