Html Css Color HEX #86BE30 Limerick

📋 copy color: '#86BE30'

red 134 ◦ green 190 ◦ blue 48

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

Shades of Limerick #86BE30

Tints of Limerick #86BE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.08%

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

R = 36.02%
G = 51.08%
B = 12.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#86BE30 (or 0x86BE30) is known color: Limerick. HEX triplet: 86, BE and 30. RGB value is (134,190,48). Sum of RGB (Red+Green+Blue) = 134+190+48=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BE30 is #7941CF. Grayscale: #9D9D9D. Windows color (decimal): -7946704 or 3194502. OLE color: 3194502.

HSL color Cylindrical-coordinate representation of color #86BE30: hue angle of 83.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86BE30 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 190 48 -
CMYK 0.29 0 0.75 0.25
HSL 83.66º 0.6% 0.47% -
HSV(B) 83.66º 0.75% 0.75% -
XYZ 28.78 42.11 9.41 -
YUV 157.07 66.45 111.55 -
System Red Green Blue C M Y K H S L
Decimal 134 190 48 0.29 0 0.75 0.25 83.66 0.6 0.47
Hex 86 BE 30 1D 0 4B 19 54 3C 2F
Octal 206 276 60 35 0 113 31 124 74 57
Binary 10000110 10111110 110000 11101 0 1001011 11001 1010100 111100 101111

Color Harmonies of #86BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE30

Black with #86BE30

Text Example


Text Example

White with #86BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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