Html Css Color HEX #86BB2B Limerick

📋 copy color: '#86BB2B'

red 134 ◦ green 187 ◦ blue 43

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

Shades of Limerick #86BB2B

Tints of Limerick #86BB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 36.81%
G = 51.37%
B = 11.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#86BB2B (or 0x86BB2B) is known color: Limerick. HEX triplet: 86, BB and 2B. RGB value is (134,187,43). Sum of RGB (Red+Green+Blue) = 134+187+43=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BB2B is #7944D4. Grayscale: #9B9B9B. Windows color (decimal): -7947477 or 2866054. OLE color: 2866054.

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

Color convert

RGB 134 187 43 -
CMYK 0.28 0 0.77 0.27
HSL 82.08º 0.63% 0.45% -
HSV(B) 82.08º 0.77% 0.73% -
XYZ 28.04 40.78 8.68 -
YUV 154.74 64.94 113.21 -
System Red Green Blue C M Y K H S L
Decimal 134 187 43 0.28 0 0.77 0.27 82.08 0.63 0.45
Hex 86 BB 2B 1C 0 4D 1B 52 3F 2D
Octal 206 273 53 34 0 115 33 122 77 55
Binary 10000110 10111011 101011 11100 0 1001101 11011 1010010 111111 101101

Color Harmonies of #86BB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB2B

Black with #86BB2B

Text Example


Text Example

White with #86BB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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