Html Css Color HEX #86BA30 Limerick

📋 copy color: '#86BA30'

red 134 ◦ green 186 ◦ blue 48

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

Shades of Limerick #86BA30

Tints of Limerick #86BA30

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.54%

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

R = 36.41%
G = 50.54%
B = 13.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#86BA30 (or 0x86BA30) is known color: Limerick. HEX triplet: 86, BA and 30. RGB value is (134,186,48). Sum of RGB (Red+Green+Blue) = 134+186+48=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA30 is #7945CF. Grayscale: #9B9B9B. Windows color (decimal): -7947728 or 3193478. OLE color: 3193478.

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

Color convert

RGB 134 186 48 -
CMYK 0.28 0 0.74 0.27
HSL 82.61º 0.59% 0.46% -
HSV(B) 82.61º 0.74% 0.73% -
XYZ 27.92 40.4 9.12 -
YUV 154.72 67.77 113.22 -
System Red Green Blue C M Y K H S L
Decimal 134 186 48 0.28 0 0.74 0.27 82.61 0.59 0.46
Hex 86 BA 30 1C 0 4A 1B 53 3B 2E
Octal 206 272 60 34 0 112 33 123 73 56
Binary 10000110 10111010 110000 11100 0 1001010 11011 1010011 111011 101110

Color Harmonies of #86BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA30

Black with #86BA30

Text Example


Text Example

White with #86BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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