Html Css Color HEX #86BC28 Limerick

📋 copy color: '#86BC28'

red 134 ◦ green 188 ◦ blue 40

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

Shades of Limerick #86BC28

Tints of Limerick #86BC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 37.02%
G = 51.93%
B = 11.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#86BC28 (or 0x86BC28) is known color: Limerick. HEX triplet: 86, BC and 28. RGB value is (134,188,40). Sum of RGB (Red+Green+Blue) = 134+188+40=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC28 is #7943D7. Grayscale: #9B9B9B. Windows color (decimal): -7947224 or 2669702. OLE color: 2669702.

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

Color convert

RGB 134 188 40 -
CMYK 0.29 0 0.79 0.26
HSL 81.89º 0.65% 0.45% -
HSV(B) 81.89º 0.79% 0.74% -
XYZ 28.2 41.19 8.47 -
YUV 154.98 63.11 113.03 -
System Red Green Blue C M Y K H S L
Decimal 134 188 40 0.29 0 0.79 0.26 81.89 0.65 0.45
Hex 86 BC 28 1D 0 4F 1A 52 41 2D
Octal 206 274 50 35 0 117 32 122 101 55
Binary 10000110 10111100 101000 11101 0 1001111 11010 1010010 1000001 101101

Color Harmonies of #86BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC28

Black with #86BC28

Text Example


Text Example

White with #86BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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