Html Css Color HEX #86BB2A Limerick

📋 copy color: '#86BB2A'

red 134 ◦ green 187 ◦ blue 42

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

Shades of Limerick #86BB2A

Tints of Limerick #86BB2A

RGB

 RED value IS 134 (52.73% from 255) = 36.91%

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 36.91%
G = 51.52%
B = 11.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#86BB2A (or 0x86BB2A) is known color: Limerick. HEX triplet: 86, BB and 2A. RGB value is (134,187,42). Sum of RGB (Red+Green+Blue) = 134+187+42=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BB2A is #7944D5. Grayscale: #9B9B9B. Windows color (decimal): -7947478 or 2800518. OLE color: 2800518.

HSL color Cylindrical-coordinate representation of color #86BB2A: hue angle of 81.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86BB2A is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 187 42 -
CMYK 0.28 0 0.78 0.27
HSL 81.93º 0.63% 0.45% -
HSV(B) 81.93º 0.78% 0.73% -
XYZ 28.02 40.78 8.58 -
YUV 154.62 64.44 113.29 -
System Red Green Blue C M Y K H S L
Decimal 134 187 42 0.28 0 0.78 0.27 81.93 0.63 0.45
Hex 86 BB 2A 1C 0 4E 1B 52 3F 2D
Octal 206 273 52 34 0 116 33 122 77 55
Binary 10000110 10111011 101010 11100 0 1001110 11011 1010010 111111 101101

Color Harmonies of #86BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB2A

Black with #86BB2A

Text Example


Text Example

White with #86BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BB2A; }

 p { color: rgb(134,187,42); }

 H1.HeaderClassName
 {
   color: #86BB2A;
 }
 .AnyTagClassName
 {
   color: #86BB2A;
 }
</style>

background-color css

<style>
 a { background-color: #86BB2A; }

 a { background-color: rgb(134,187,42); }

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

border-color css

<style>
 span { border-color: #86BB2A; }

 span { border-color: rgb(134,187,42); }

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