Html Css Color HEX #86BC30 Limerick

📋 copy color: '#86BC30'

red 134 ◦ green 188 ◦ blue 48

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

Shades of Limerick #86BC30

Tints of Limerick #86BC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.97%

R = 36.22%
G = 50.81%
B = 12.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#86BC30 (or 0x86BC30) is known color: Limerick. HEX triplet: 86, BC and 30. RGB value is (134,188,48). Sum of RGB (Red+Green+Blue) = 134+188+48=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC30 is #7943CF. Grayscale: #9C9C9C. Windows color (decimal): -7947216 or 3193990. OLE color: 3193990.

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

Color convert

RGB 134 188 48 -
CMYK 0.29 0 0.74 0.26
HSL 83.14º 0.59% 0.46% -
HSV(B) 83.14º 0.74% 0.74% -
XYZ 28.35 41.25 9.26 -
YUV 155.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 134 188 48 0.29 0 0.74 0.26 83.14 0.59 0.46
Hex 86 BC 30 1D 0 4A 1A 53 3B 2E
Octal 206 274 60 35 0 112 32 123 73 56
Binary 10000110 10111100 110000 11101 0 1001010 11010 1010011 111011 101110

Color Harmonies of #86BC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC30

Black with #86BC30

Text Example


Text Example

White with #86BC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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