Html Css Color HEX #86BC24 Limerick

📋 copy color: '#86BC24'

red 134 ◦ green 188 ◦ blue 36

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

Shades of Limerick #86BC24

Tints of Limerick #86BC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 37.43%
G = 52.51%
B = 10.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#86BC24 (or 0x86BC24) is known color: Limerick. HEX triplet: 86, BC and 24. RGB value is (134,188,36). Sum of RGB (Red+Green+Blue) = 134+188+36=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC24 is #7943DB. Grayscale: #9B9B9B. Windows color (decimal): -7947228 or 2407558. OLE color: 2407558.

HSL color Cylindrical-coordinate representation of color #86BC24: hue angle of 81.32º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86BC24 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 36 -
CMYK 0.29 0 0.81 0.26
HSL 81.32º 0.68% 0.44% -
HSV(B) 81.32º 0.81% 0.74% -
XYZ 28.13 41.16 8.13 -
YUV 154.53 61.11 113.36 -
System Red Green Blue C M Y K H S L
Decimal 134 188 36 0.29 0 0.81 0.26 81.32 0.68 0.44
Hex 86 BC 24 1D 0 51 1A 51 44 2C
Octal 206 274 44 35 0 121 32 121 104 54
Binary 10000110 10111100 100100 11101 0 1010001 11010 1010001 1000100 101100

Color Harmonies of #86BC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC24

Black with #86BC24

Text Example


Text Example

White with #86BC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,36); }

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

background-color css

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

 a { background-color: rgb(134,188,36); }

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

border-color css

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

 span { border-color: rgb(134,188,36); }

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